* {
	padding: 0;
	margin: 0;
}
body {
	background-color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12;
	color: White;
}

table {
}

td {
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12;
	vertical-align: top;
}
b {
	font-size: 12;
	font-weight: bold;
}
strong {
	font-size: 18;
	font-weight: bold;
}

em {
	font-size: 12;
	font-style: normal;
}
h1 {
	font-style: italic;
	font-size: 48;
}

h2 {
	font-style: italic;
	font-size: 40px;
}
h3 {
	font-style: italic;
	font-size: 36;
}
h4 {
	font-style: italic;
	font-size: 24;
}

a {
	color: #FFDEAD;
	text-decoration: none;
}
a:visited {
	color: #FFDEAD;
}
a:hover {
	color: Red;
}
