/*body and block properties */
body {
background-color: #FFFFFF;
color: #000000; }
h1, h2, p.one {text-align: center; }
.small {font-size: 80%;}
ol, li {font-family: Arial, Verdana, sans-serif;}
p.font {font-family: Arial, Verdana, sans-serif;}
/*link properties */
a:link, a:visited {
text-decoration: none;
font-weight: bold; }
a:link {background-color: transparent;
color: #0000CC; }
a:visited {background-color: transparent;
color: #990000; }
a:active {background-color: transparent;
color: #669900; }
a:hover {background-color: #FFFF66;
color: #0000CC;}
