h1 {
	color: black;
	letter-spacing: 5px;
	text-indent: 120px;
	text-transform: uppercase;
	width:100%;
	filter:Glow(color=red,strenght=5);
}
body {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#3f3f3f', startColorstr='#000000', gradientType='0');
	font-family: Comic Sans MS;
	background-color: Black;
	color: #CCCC99;
	background-repeat: no-repeat;
	background-position: center;
}
ul {
	font-style: italic;
}
tr {
	text-align: center;
}
th {
	text-decoration: underline;
	font-size: medium;
	color: #ffffff;
}
.ariel {
	font-family: Arial;
	color: Blue;
}
.mezery {
	word-spacing: 10px;
	color: Red;
	font-style: italic;
}
.zelen {
	color: 4abf4a;
}