body { 

font-size: 12px;
color: white;

}

h3
{
color:#BE0E00 !important;
}


#sidebar small 
{
padding: 0 15px;
font-size: 0;
}

#nav a
{
color:#BE0E00 !important;
}

#current a
{
color:white !important;
}

#nav ul li#current a { 
color: white;
}
#nav ul li a:active { 
color: white;
}
#nav ul li a:hover, #nav ul li a:active { 
color: white;
}
#sidebar h2 { 

color: light blue;
}
#main h1 { 

color: white;

}


#sidebar h2 {
color: white;
}

/* Links */
a, a:visited {
	color: white;
		
}
a:hover {
	color: red;
	border-bottom: 1px dotted white;
}

a img {
	background: #1B1B1B;
   border: 0px solid #1B1B1B;
	margin: 6px;
}

