BODY
{
	padding-right: 0px;
	padding-left: 0px;
	list-style-position: outside;
	background-image: none;
	padding-bottom: 0px;
	margin: 0px;
	overflow: auto;
	color: white;
	padding-top: 0px;
	font-family: Monospace, Sans-Serif;
	list-style-type: disc;
	border-collapse: collapse;
	background-color: black;
	font-variant: small-caps;
}
TABLE
{
	color: white;
	background-color: blue;
}
INPUT
{
	color: #FFFFFF;
	border-top-style: outset;
	border-right-style: outset;
	border-left-style: outset;
	background-color: #0000FF;
	border-bottom-style: outset;
}
TEXTAREA
{
	color: #FFFFFF;
	border-top-style: outset;
	border-right-style: outset;
	border-left-style: outset;
	background-color: #0000FF;
	border-bottom-style: outset;
}
HR
{
	color: #0090FF;
}

a:link    {color:#FF0B09; background-color:transparent}
a:visited {color:#FF0B09; background-color:transparent}
a:active  {color:#FF0000; background-color:transparent}
a:hover   {color:#FF0000; background-color:transparent}

