@import url(main.css);
@import url(head.css);
@import url(left.css);
@import url(right.css);
@import url(foot.css);
@inport url(style_w2.css);

html{
scrollbar-face-color:#313131; 
scrollbar-track-color:#494949; 
scrollbar-arrow-color:#c0c0c0; 
scrollbar-highlight-color:#000000; 
scrollbar-shadow-color:#333333; 
scrollbar-3dlight-color:#ffebcd; 
scrollbar-darkshadow-color:#24345e; 
}
body{
color:#ffffff;
font-size:15px;
background:#000000;
margin:2px 0;
}
a:link{
color:#ffffff;
text-decoration:underline;
}
a:visited{
color:#e4e4e4;
text-decoration:none;
}
a:hover{
color:#7fc31c;
text-decoration:none;
}
a:active{
color:#ffff00;
text-decoration:none;
}
image{
border:none;
}
em{
font-style:normal;
font-weight:normal;
}
strong{
font-weight:normal;
}
h1{
font-size:15px;
font-weight:normal;
margin:0;
float:left;
}
h2{
font-size:15px;
font-weight:normal;
margin:0;
float:left;
}
h3{
font-size:15px;
font-weight:normal;
margin:0;
float:left;
}