/*colors
#08909f -teal
*/


body {
font-family: Tahoma, Geneva, sans-serif;
background-image:url("../images/background.jpg");
background-repeat: repeat-x;}

/*style classes*/
.smaller {font-size: 40%; font-weight: normal;}
.number {font-size: 160%; color: #ff0000; font-weight: bold;}

a, a:link, a:active, a:visited {
color: #08909f;}

a:hover {
color: #FF0000;
text-decoration: none;
}

.footer a, .footer a:link, .footer a:active, .footer a:visited {
color: #08909f;
}