BODY 
{
	margin:0px;
	border-width:0px;
	padding:0px;
	color: Yellow;
	background-color: Black;
	font-size: medium;
	text-align: left;
}


img
{	
	padding:0;
	border-width:0;
	margin:0;
}


a, a:link 
{
	color: Yellow;
	background-color: Black;
	text-decoration: none;
	text-transform: none;
	font-weight:bolder; 
	font-family: serif;
}


a, a:visited 
{
	color: Yellow;
	background-color: Black;
	text-transform: none;
	text-decoration:italics; 
}


a, a:hover 
{	background-color: Black;
	color: Red;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:bolder;
}


h1 
{
	background-color: Black;
	color: Green;
	font-size: x-large;
	font-style: normal;
	padding-bottom: 0%;
	padding-top: 0%;
}


h2 
{
	background-color: Black;
	color: Green;
	font-size: large;
}


h3 
{
	background-color: Black;
	color: White;
	font-size: medium;
	font-style: oblique;
	font-weight: bold;
}


hr 
{
	color: Green;
	height: 7px;
}


DIV.Table 
{
	border-top-width:1px; 
	border-left-width:1px; 
	border-right-width:4px; 
	border-bottom-width:4px; 
	padding:0.5em; 
	border-style:outset; 
	background-color: rgb(252, 221, 163);
	width: 275px; float:right
}


SPAN.note 
{
	font-family: serif
}
