@charset "iso-8859-1";
/* CSS Document */

BODY { 
font-family: Verdana, Tahoma, Arial, sans-serif;
 font-size: 12px;
 color: #000000;
 margin:15px 12px 5px 12px;
 background-image: url(images/design/fon.gif);
 background-repeat: repeat-x;
 background-color:#205E7D;
 }
 
 a:link, a:visited {
text-decoration:none;
color:#09496f;
}

a:active, a:hover {
text-decoration:underline;
}

.linkline { border-style: none; width: 500px; }

.up_links {
color:#00CCFF;
}

.up_links:hover {
background-color:#6699CC;;
color:#FFFFFF;
text-decoration:none;
}

