@charset "UTF-8";
/* CSS Document */

body{
margin:0px;
background-color: #B9B9C8;
background-position:top center;
background-size:cover;
background-repeat:no-repeat;
text-align: center;
line-height: 21px; 
font-family: Arial, Verdana, sans-serif; 
font-size: 12px; color: #000; 
}
   
a:link{
color:black;
text-decoration:none;
}
a:visited{
color:black;
text-decoration:none;
}
a:hover{
color:yellow;
text-decoration:none;
font-weight: bold;
}