@charset "utf-8";
body {
background:url(images/bg.jpg) repeat-x;
font-size:13px;
font-family:Arial, Helvetica, sans-serif;
}
a{
color:#0066FF;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
.introduction{
text-align:center
}
h1{
font-size:15px;
margin:0}
h2{
font-size:13px;
margin-bottom:0px;
}
p{
margin-top:5px;
}
.btns{
text-align:center
}
.btns a img {
filter:alpha(opacity=80);
-moz-opacity:0.8;
opacity: 0.8;
}
.btns a:hover img {
filter:alpha(opacity=100);
-moz-opacity:1;
opacity: 1;
}
.ads{
text-align:center;
margin-top:10px;
display:none
}
#sitemap,#hotlink{
display:none;
}
img{
border:0;
}
.menu{
text-align:center;
font-weight:bold;
margin-top:10px;
}
.menu a{
font-size:15px;
}
.copyright{
text-align:center;
color:#999999;
margin-top:10px;
}
.link img{
margin-right:8px;
}
.artitlesubtitle{
color:#990000;
}