P {
	font-family: verdana;
	font-size: 12px;
}

B {
	font-family: verdana;
	font-size: 12px;
}

UL {
	font-family: verdana;
	font-size: 12px;
	vertical-align: top;
}

LI {
	padding: 5;
	list-style-type: square;
}

BODY {
	background-color: #99ccff;
	color: Maroon;
	margin-top: 0;
	margin-left: 5;
	margin-right: 5;

	font-family: verdana;
	font-size: 12px;
}

A:line
{
	text-decoration: none;
}


TABLE {
	border-style: solid;
	border-color: blue;
	border-width: 1;

	width: 755 px;
}


TH {
	background-color: blue;
	color: white;
	font-size: 12px;
	font-family: verdana;
}

TD {
	border-top-style: solid;
	border-top-color: blue;
	border-top-width: 1;

	font-size: 12px;
	font-family: verdana;

	color: black;
}

TABLE .prvni {background-color: #ccffff}

TABLE .druhy {background-color: white;}

TABLE .cislo {background-color: red}


TABLE.noframe {
	border-style: none;
}

TABLE.noframe TD {
	border-style: none;
}

TABLE.noframe TH {
	border-style: none;
}
