h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited 
{ color: #333; }
a:link
{ color: #009; text-decoration: none; }
a:visited 
{ color: #666; text-decoration: none; }
a:link:hover 
{ color: #903; text-decoration: none; }
a:visited:hover 
{ color: #903; text-decoration: none; }
/* _______________ body _______________ */
body
{ font-size: 12px; background-color: #fff; color: #333; margin: 2px 2px 10px 2px;

scrollbar-3dlight-color: #eeeeff;
scrollbar-arrow-color: #6666ff;
scrollbar-base-color: #eeeeff;
scrollbar-darkshadow-color: #eeeeff;
scrollbar-face-color: #eeeeff;
scrollbar-highlight-color: #eeeeff;
scrollbar-shadow-color: #eeeeff;
scrollbar-track-color: #e0e0ff;
}

ul, ol, dl
{margin-left:15px; padding-left:0; line-height:150%;}
p, .news
{ line-height:150%; }
 ul li, ol li
 {list-style-image:none; list-style-type:circle; }


