A  {
	font-size : 14;
	font-weight : bold;
	font-family : Arial;
	color : Blue;
	text-decoration : none;
}

A:Visited  {
	font-size : 14;
}

A:Active  {
	font-size : 14;
	font-family : Arial;
	font-weight : bold;
	color : Gray;
	text-decoration : none;
}

A:Hover  {
	font-size : 14;
	font-family : Arial;
	font-weight : bold;
	color : Red;
	text-decoration : none;
}

BODY {
 background-image: url("img/tricolor.gif");
}

P {
 font-family: Times New Roman;
 font-size: larger;
}

I {
 font-family: Times New Roman;
 color: Red;
 font-weight: bold;
}


.blue { 
	font-family: Times New Roman;
	font-size:52;
	font-weight: bold;
	font-style: italic;
	color: Blue;
	text-align: center;
	vertical-align: top;
 }

.red {
	font-family: Times New Roman;
	font-size: 52;
	font-weight: bold;
	font-style: italic;
	color: Red;
	text-align: center;
	vertical-align: top;
}

.rub {
  font-family: Times New Roman;
  font-size: 36;
  font-weight: bold;
  color: Navy;
}

IMG.right
{ float: right; }

IMG.left { 
float: left; }

.date
{ font-size: xx-small;
text-align: center; }

LI {
 font-family: Times New Roman;
 font-weight: bold;
 color: Maroon;
 font-size: 18;
 
}
