body
{
background-color:RGB(255,102,0);
}

p
{
font-family:verdana;
}
 a:hover, a:focus
 {
 color:yellow;
 }
 
 a
 {
 font-family:Verdana,papyrus,arial,comic sans ms,sans-serif;
 color:purple;
 font-size:20px;
 font-weight:400;
 text-decoration:none;
 
 }
 






