@charset "utf-8";
/* CSS Document */

#content a, #content_right a {
color: blue;	
}

#content a:hover, #content_right a:hover {
color: #cc0000;	
}

#footer {
font-size: 10px;
color: white;
}

#footer a {
font-size: 10px !important;
text-decoration: underline !important;	
color: white !important;
}

.sidenav a, .topnav a{
color: #ffcc00;
}

.sidenav a:hover, .topnav a:hover{
color: #ff260f;
}
