A
{
    text-decoration: underline;
    color: silver;
	font-weight : bold;
}
A:Hover {
    	color: white;
		text-decoration : underline;
    	}
BODY
{
    background-color: #000;
    margin: 0px;
}
TD
{
    font-family: Verdana;
    font-size: 10px;
    color: white;
}
H1 {
	font-family : Verdana;
	font-size : 12px;
	font-weight : bold;
	display: inline;
	
}
H2 {
	font-family : Verdana;
	font-size : 10px;
	font-weight : normal;
	display: inline;

}
H3 {
	font-size : 8px;
	display: inline;

}
H4 {
	font-size : 8px;
	display: inline;

}
H5 {
	font-size : 8px;
	display: inline;

}

P {
	font-family : Verdana;
	font-size : 8px;
	font-weight : normal;
}
.cover_copy
{
    font-size: 10px;
    font-family: 'Lucida Console' , Arial;
    color: silver;
}
.post-title
{
    font-size: 14px;
    font-family: 'Lucida Console' , Arial;
    color: silver;
	font-weight : bold;
}
.post-footer
{
    font-size: 10px;
    font-family: 'Lucida Console' , Arial;
    color: silver;
	
}


