@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}

.meniu {
	font-family: "Monotype Corsiva";
	font-size: 24px;
	font-weight: normal;
	color: #FFFFFF;
}

.paragraf {
	font-family: "Century Gothic";
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

