/* Style */

a:link, a:visited {
text-decoration : none;
color: #99cc00; }

a:hover {
text-decoration : none;
color: #cc0066; }

a:active {
text-decoration : none;
color: #99cc00; }

body{
    font-family: tahoma; font-size: 100%; color: #393939; background-image:url('layout/scratchbg.gif') 
}


.pagemenu { font-size: 70%; }
.icons { text-align: center; }    
    
h1, h2       { 
   
    color: #333333; text-transform: uppercase; font-size: 75%;
    font-weight:bold; text-align:left;  border-bottom: 1px solid #464646; letter-spacing: 1px;        
    }
	
#main {
	width: 80%; text-align: left; overflow: auto;
	}


#navlinks {margin-bottom: 15px; margin-top: 15px; padding-bottom: 8px; text-align: center; text-transform: lowercase; font-family: georgia; font-weight: normal;}


#navlinks a:hover{font-style:italic; font-weight: bold; font-weight: normal;}
#navlinks a{font-style:italic; font-weight: bold; color: #cc0066; padding: 15px; font-size: 75%; font-weight: normal; }

#content {
	text-align: left; border-left: 10px solid #99cc00; padding: 8px; background: #555555; font-size: 75%; color: #f5f5f5;
	}
	
#footer { text-align: center; border-top: 0px solid #464646; font-size: 70%;}
