
BODY {
	background-color : black;
	font-family : "Times New Roman", Times, serif;
	color : Black;
	font-size : medium;
	font-weight : 900;
}

A.logo {
	color: White;
	font-variant: small-caps;
}
A.logo:HOVER {
	color: Red;
	text-decoration: underline;
}

A.menu {
	color : White;
}

A.menu:HOVER {
	color : White;
	text-decoration : underline;
}

A.menu:VISITED {
	color : White;
}



a {
	color: Blue;
	font-family : serif;
	text-decoration : none;
	font-weight : bold;
}


 A:ACTIVE {
	color : Red;
}


 a:hover {
	color: Red;
	text-decoration : underline;
}


H1 {
	color : White;
	text-align : center;
	font-size : 300%;
	background-color : Blue;
	background-position : center;
	border : solid 1px white;
	margin : 0px;
	padding : 0px 0px 0px 0px;
}


H2 {
	font-size : large;
	color : Blue;
	text-align : left;
	font-weight : bold;
	font-family : 
	margin : 0px 
	padding : 0px 
}


H3 {
	color : Blue;
	text-align : center;
	font-size : larger;
	background-position : center;
	padding : 0 px;
}


H4 {
	color : Blue;
	text-align : center;
	font-size : larger;
	background-position : center;
	width : 100%;
	margin : 1px;
	font : small-caps;
}

H5 {
	color : White;
	text-align : center;
	font-size : medium;
	font-weight : bold;
	background-position : center;
	width : 100%;
	background-color : Blue;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 2px;
	margin-bottom : 2px;
	padding-bottom : 2px;
	padding-left : 0px;
	padding-right : 0px;
	padding-top : 2px;
}

H6 {
	color : Blue;
	text-align : right;
	background-position : left;
	width : 100%;
	margin : 0 px;
	padding : 0 px;
	font-size : larger;
	font-family : "Times New Roman";
	text-decoration : none;
	border-bottom-width : 2px;
	border-top-width : 0px;
	border-bottom : 0px;
	font-weight : bold;
	font : bold larger;
}


HR {
	color : Gray;
}



BLOCKQUOTE {
	border-left-color : navy;
	border-left-style : solid;
	border-left-width : 5px;
	color : navy;
	font-weight : bold;
	padding-left : 3px;
	text-align : justify;
	font-style : italic;
}

LI {
}
DIV.akce {
	background-color : #FDEFC1;
	padding : 6px;
}
DIV.koncert {
	background-color : #FFD9EC;
	padding : 6px;
}
DIV.hokej {
	background-color : blue;
	padding : 6px;
}
DIV.klenba {
	background-color : #FBE395;
	padding : 6px;
}
DIV.divadlo {
	background-color : #F8CC98;
	padding : 6px;
}

 DIV.novinka {
	background-color : #FFFF6C;
	font-weight : bold;
	text-align : center;
}
LI, LI.ods {
	background-color : White;
	margin : 2px;
}
