/* CSS Document */
body { 
margin-top : 0;
background-image : url(images/bkgd.jpg);
font-family : Arial, Helvetica, sans-serif;
font-size : 30px;
line-height : 26px;
color : #000;
} 
a:link { 
color : #000;
text-decoration : none;
} 
a:visited { 
color : #000;
text-decoration : none;
} 
a:hover { 
text-decoration : none;
color : #fff;
background-color : #f58220;
} 
a:active { 
text-decoration : none;
color : #fff;
background-color : #f58220;
} 
.link2 a:link { 
font-size : 9px;
color : #fff;
text-decoration : none;
} 
.link2 a:visited { 
font-size : 9px;
color : #fff;
text-decoration : none;
} 
.link2 a:hover { 
color : #fff;
background-color : #f58220;
text-decoration : none;
} 


.footer{ 
font-size : 10px;
color : #fff;
text-decoration : none;
}
.footer a:link { 
font-size : 10px;
color : #fff;
text-decoration : none;
} 
.footer a:visited { 
font-size : 10px;
color : #fff;
text-decoration : none;
} 
.footer a:hover { 
color : #fff;
background-color : #f58220;
text-decoration : none;
} 
