/* code used to center a div */
body {
margin: 0px;
text-align: center; /* for IE */
background-color:#0c0b0b;
}
.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:#00ff96;
/*#00ff96*/
/*#333333*/
}
.articletitle{
font-size:28px;
line-height:28pt;
color: #000000;
}

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

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

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

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

.ad{
border:none;	
}
