	body {
	background-color:#212121;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	}
	.content 
	{
	margin-left:auto;
	margin-right:auto;
	background-color:#000;
	width:800px;
	min-height:500px;
	border:1px solid #333333;
	margin-bottom:20px;
	}
	.content td {
	color:#999999;
	font-family:arial,helvetica,sans-serif;
	font-size:12px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
	
	}
	a, a:link, a:visited {
	color:white;
	text-decoration:none;
	}
	
	a:hover {
	text-decoration:underline;
	}
	
	#nav
	
	{
	margin-left:auto;
	margin-right:auto;
	width:800px;
    text-align:right;
	font-family:Garamond, "Times New Roman", serif;
	font-size:18px;
	font-weight:626;
	color:#999999;
	margin-bottom:10px;
	margin-top:10px;
	
	}
	
	#nav a, #nav a:link, #nav a:visited {
	color:#999999;
	text-decoration:none;
	font-weight:normal;
	}
	
	#nav a:hover {
	text-decoration:underline;
	font-weight:normal;
	}
	
	#nav strong {
	color:white;
	font-weight:bold;
	}