body {
        background-image:url(/fon.png);
        background-position: top center;
	background-repeat:no-repeat;
        background-color: #9EBDE7;
}



.text {
	  font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
        padding-left: 26px;

        color: ##6C6C6C;
        
}


.text a{

        color: #6C6C6C;
        
}

.text a:visited {
    color: #6C6C6C; /* Öâåò ïîñåùåííûõ ññûëîê */
   }

.text a:active {
    color: #6C6C6C; /* Öâåò àêòèâíîé ññûëêè */ 
   } 

.text a:hover {
    
    color: #CCCCCC; /* Öâåò ññûëêè */ 
   } 

