/* CS1 Background and text colours
-------------------------------------------------------------*/


HTML, BODY {
background-image: url("https://i.yapx.ru/RUfQN.jpg");
background-attachment: scroll;
background-repeat: repeat;
background-position: top center; 
}


HTML {background-image: url("https://ibb.co/CKqfw2V"); background-repeat: repeat-y; 
background-position: bottom center;
background-attachment: fixed; 
background-color: #000000;
}
#pun-main td {
border-color: #000000;
}

#pun-navlinks .container {
padding-top : 4px;  background-color : #;
background-image : url();
height : 30px;

background-position: center;
background-repeat : no-repeat;
font-weight: bold;
text-align: center;
}


background-position: center;
background-repeat : no-repeat;
font-weight: bold;
text-align: center;
}
#pun-navlinks a:link, #pun-navlinks a:visited, #pun-navlinks a:link span, #pun-navlinks a:visited span {color: #e6e6fa ;}
#pun-navlinks a:hover, #pun-navlinks a:hover span { 
color: #320a18 ;
}