body {
background-color:#FFFFFF;
text-align:center;
}


* {
font-family:Arial, Sans-Serif;

}

a:link { text-decoration:none; font-weight:bold; color:rgb(0,120,140);}
a:visited { text-decoration:none; font-weight:bold; color:rgb(0,80,100); }
a:hover { text-decoration:none; font-weight:bold; background-color:rgb(150,220,250); }
a:active { text-decoration:none; font-weight:bold; background-color:rgb(200,230,250); }
a:focus { text-decoration:none; font-weight:bold; background-color:rgb(210,210,210); }

