body {
background-color: FFFF00;
} 

h1 { 
font-family: Arial;
font-size: 20px;
font-weight: bold;
color: #000000;
text-align: center
} 

h2 { 
font-family: Arial;
font-size: 16px;
font-weight: bold;
color: #000000;
text-align: center
 }

A:link { 
color: #4D63D1; 
}

A:visited {
color: #4DA5D1;  
}

A:hover { 
color: #4DA5D1; 
}