﻿body
{
	margin: 0;
	background-color: #000000;
	font-size: 10pt;
	color: #e2e1c1;
	font-family: Arial;
}
#outerbox
{
	margin: 0 auto;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	width: 475px;
	padding-top: 0px;
	border-right: white thin solid;
	border-top: white thin solid;
	border-left: white thin solid;
	border-bottom: white thin solid;
}
h1
{	font-weight: bold;
	font-size: larger;
	text-transform: capitalize;
	font-family: 'Times New Roman';
}
A:link 
{ 
	font-weight: bold;
	font-size: larger;
	color: #e2e1c1;
	font-family: 'Times New Roman';
	text-decoration: underline;
}
A:visited
{
	font-weight: bold;
	font-family: 'Times New Roman';
	color: #e2e1c1;
	text-decoration: underline;
}
