body {
	margin: 20px 0px 0px 100px;
	padding: 0px;
	background-color: #000000;
	font-family: Arial, verdana, tahoma, arial, helvetica, sans-serif;
	text-align: justify;
	color: #414141;
	}
div.content {
	top: 310px;
	left: 100px;
	width: 500px;
	position: absolute;
	background-color: #000000;
        border: #414141; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px; 

	}
p, td {
	margin: 5px 20px 10px 20px;
	line-height: 15px;
	font-size: 9px;
	}
li {
	margin: 0px 5px 5px 0px;
	line-height: 10px;
	font-size: 9px;
	}
a, a:visited, a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
	}
h3, h2, h1 {
	margin: 10px 20px 0px 20px;
	padding: 0px;
	font: 10px Georgia, Times New Roman, serif;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 10px;
	background: #5E0000;
	}
h4 {  	margin: 20px 80px 10px 80px;
	font-size: 10px; 
	font-weight: bold; 
	color: #5E0000; 
	border: #5E0000; 
	border-style: solid; 
	border-top-width: 0px; 
	border-right-width: 0px; 
	border-bottom-width: 1px; 
	border-left-width: 0px; 
	font-variant: small-caps;
	letter-spacing: 10px;
	text-align: center;
	}
h5 {  	margin: 20px 80px 10px 80px;
	font-size: 10px; 
	font-weight: bold; 
	color: #5E0000;  
	font-variant: small-caps;
	letter-spacing: 5px;
	text-align: center;
	}
b.name {text-transform: uppercase;
	}
img.border {border: solid #5E0000;
	border-style: double;
	}