<!-- 
a.main:link {
    color: #999999; /* на главной странице и основном меню */
	font-family: Georgia; 
	font-size: 12px;
	text-decoration: none;
   }
   a.main:visited {
    color: #999999; /* на главной странице и основном меню*/
    font-family: Georgia; 
	font-size: 12px;
	text-decoration: none;
	}
   a.main:hover {
    color:#FF66CC; /* на главной странице и основном меню */
    font-family: Georgia; 
	font-size: 12px;
	text-decoration: underline;
   }
   
   a.apink:link {
    color: #FF66CC; /* на главной странице и основном меню */
	font-family: Georgia; 
	font-size: 12px;
	text-decoration: none;
   }
   a.apink:visited {
    color: #FF66CC; /* на главной странице и основном меню*/
    font-family: Georgia; 
	font-size: 12px;
	text-decoration: none;
	}
   a.apink:hover {
    color:#FF66CC; /* на главной странице и основном меню */
    font-family: Georgia; 
	font-size: 12px;
	text-decoration: underline;
   }

a.down:link {
    color: #999999; /* нижнее меню */
	font-family: Georgia; 
	font-size: 11px;
	text-decoration: none;
   }
   a.down:visited {
    color: #999999; /* нижнее меню*/
    font-family: Georgia; 
	font-size: 11px;
	text-decoration: none;
	}
   a.down:hover {
    color:#000000; /* нижнее меню */
    font-family: Georgia; 
	font-size: 11x;
	text-decoration: underline;
   }

body {
	margin-top: 0px;
	margin-right: 0px;
          background-image:url(btn_pics/bg.png);
          background-repeat :repeat-x; 

}
.txt {
 font-family: Arial; /*Текст на главной странице*/
	font-size: 12px;
	color: #999999;
}

.youarehere {
 font-family: Georgia; /*Текст на главной странице*/
	font-size: 12px;
	color: #FF66CC;
}

.main_clear {
 font-family: Georgia; /*Текст на главной странице*/
	font-size: 12px;
	color: #999999;
}
.main_line {
 font-family: Arial; /*Текст на главной странице*/
	font-size: 12px;
color: #666666;	
text-decoration:underline;
}
.pink {
 font-family: Arial; /*Текст на главной странице*/
	font-size: 12px;
    color: #FF66CC;
	text-decoration:underline;
}


.green {color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
-->


