/* CSS Document */

body,td{
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

}
img{
	border:0;
}
a{
	color:#FF0099;
	font-size:12px;
	text-decoration:none;
}
.post{
width:100%;
height:100px;
margin-bottom:4px;
overflow:hidden;
border-bottom: 1px solid #FF0099;
}
.post img{
float:left;
margin-right:4px;
}
.post h2{
font-size:12px;
font-weight:bold;
text-transform:uppercase;
text-align:left;
margin:0;
padding:0;
}
.post span{
font-size:11px;
}
h1,h2,h3,h4{
	color:#FF0099;
	font-size:14px;
}
td.head
{font-weight: bold; color: #FFFFFF;}
td.contain 
{ 
vertical-align: top; 
} 