BODY {
 font-family:arial,helvetica;
}
A:HOVER {
 color: teal;
}
A {
 color: #000066;
}
.green{
	color: green;
	font-weight: bold;
}
.black{
	color: black;
	font-weight: bold;
}
.pink{
	color: #ff66ff;
	font-weight: bold;
}
.brown{
	color: brown;
	font-weight: bold;
}
.purple{
	color: purple;
	font-weight: bold;
}
.blue{
	color: blue;
	font-weight: bold;
}
.red{
	color: red;
	font-weight: bold;
}
.yellow{
	color: #fdde02;
	font-weight: bold;
}
.linka{
 font-family:arial,helvetica;
 font-size: 20px;
 color: black;
}
.linka:HOVER{
 font-family:arial,helvetica;
 font-size: 20px;
 color: #00389f;
}
.head{
 	font-family:arial,helvetica;
	font-weight: bold;
	font-size: 11px;
}
.items{
	 font-family:arial,helvetica;
	font-size: 10px;
}
.price{
	font-family:arial,helvetica;
	font-size: 10px;
	color: #bb0004;
}