h1 {
	font-size: 20px;
	color: #FF0000;
	text-align: center;
}

h2 {
	font-size: 18px;
	color: #FF0000;
}

td {
	text-align: justify;
	color: #ABCDEF;
}

font.red {
	color: #FF0000;
}

em {
	font-size: 16px;
	color: #FF0000;
	font-style: italic;
}

i {
	font-color: #ABCDEF;
	font-size: 14px;
}

body {
	font-family: "Bookman Old Style";
	font-size: 16px;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
	background-image: url(http://vampyres-support.mysteria.cz/images/stars.jpg);
	background-repeat: repeat;
	color: Purple;
}

a {
	color: Red;
	text-transform: none;
	text-decoration: underline;
	font: 16px;
}

a:visited {
	color: Maroon;
	text-transform: capitalize;
	text-decoration: underline;
}


a:hover {
	text-transform: uppercase;
}
