
body
{
	font-family: verdana;
	font-size : 12px;
	color : #808080
}

.text {color: #ffffff; font-family: verdana; font-size: 11}
.popisek {color: #555555; font-family: arial; font-size: 12}
.vuz {color: #ffffff; font-family: arial; font-size: 11; font-weight: bold}
.slogan {color: #ffffff; font-family: verdana; font-size: 13; font-weight: bold}
.email {color: #555555; font-family: verdana; font-size: 11; font-weight: normal; text-decoration: underline}


A {
	text-decoration : none;
	color : Blue;
}

A:HOVER {
	color : #E00000;
}

A.text:HOVER {
	color : #00396A;
}

