/* code used to center a div */
body {
margin: 0px;
text-align: center; /* for IE */
background-color:#000000;
}
.container {
position: relative;
margin: 0 auto;   /* align for good browsers */
text-align: center; /* counter the body center */
} 
/* code used to center a div */
.content{
color:#333333;
font-size:12px;
/*#00ff96*/
/*#333333*/
}
.articletitle{
font-size:28px;
line-height:28pt;
color: #000000;
}

.bannerlinks
{
font-size:10px;
text-decoration: none;
color: #0000ff;
}
.bannerlinks a:link {
font-size:10px;
text-decoration: underline;
color: #0000ff;
}

.bannerlinks a:visited {
font-size:10px;
text-decoration: underline;
color: #0000ff;
}

.bannerlinks a:hover {
font-size:10px;
text-decoration: underline;
color: #0000ff;
}

.bannerlinks a:active {
font-size:10px;
text-decoration: underline;
color: #0000ff;
}

.ad{
border:none;	
}
