P  {
	font-size : 10;
}

H1  {}

H2  {}

H3  {}

A  {
	text-decoration : none;
	color : #0000FF;
	font-size : 10;
}

A:Active  {}

A:Hover  {
	color : #FF0000;
}

BODY  {
	font-size : 12;
	font-family : Arial;
	font-weight : bold;
}

TH  {
	font-size : 12;
	font-family : Arial;
	font-weight : bold;
	color : #FFFFFF;
	background-color : rgb(240,170,165);
}

TD  {
	font-size : 10;
	font-family : Arial;
	font-weight : normal;
}

.infoblock  {
	background-color : rgb(240,170,165);
	font-size : 10;
	color : #FFFFFF;
	font-family : Arial;
	left : 5;
	position : relative;
	padding-left : 2;
	padding-right : 2;
}

.title  {
	font-size : 12;
	font-family : monospace;
	font-weight : normal;
	color : #FFFFFF;
	background-color : #FF0000;
	border-color : #800000;
	border-width : 1;
	border-style : solid;
	text-indent : 5;
}

.listoption  {
	font-size : 12;
	font-family : Arial;
	font-weight : bold;
	color : #800000;
	list-style : outside;
}

LI  {
	list-style : circle;
	color : #800000;
}


