@import url(style.css);

BODY {
	background-color: black;
	color: #DFDFDF;
	margin: 0;
	padding: 10px;
	font-style: normal;
	font-size: 10pt;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	

}

H1 {
	background-color: black;
	color: #DFDFDF;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	padding: 10px;
}

H2 {
	background-color: black;
	color: #DFDFDF;
	font-weight: bold;
	font-size: 16px;
	border-color: Gray;
}



FORM {
	background-color: black;
	color: #DFDFDF;
	text-align: center;
	padding: 0px;
}

P {
	background-color: black;
	padding: 0px;
}

DL	{
	margin: 0px;
}

DT	{
	font-weight: bold;
	margin:10px 0px;
}

DD	{
	padding: 0px;
}

STRONG	{
	font-weight: bold;
	color: #DFDFDF;
}

EM	{
	font-style: italic;
}

A {
	text-decoration: none;
	border-style: none;
	padding: 0;
	margin: 0;
}

A:link, A:visited, A:hover, A:active, A:focus {
	text-decoration: none;
	border-style: none;
	background-color: black;
	color: #999999;
}

A IMG {
	background-color: black;
	color: black;
}

