body,td,th {
	color: rgb(255,255,255);
	font-family: 'Trebuchet MS', Arial, Helvetica;
	font-style: italic;
}
body {
	background-color: #000066;
}
a:link {
	color: rgb(153,153,204);
}
a:visited {
	color: rgb(153,153,153);
}
h1,h2,h3,h4,h5,h6 {
	font-family: Garamond;
	font-style: italic;
}
h1 {
	font-size: 24px;
	color: rgb(255,204,102);
}
h2 {
	font-size: 18px;
	color: rgb(255,204,102);
}
h3 {
	font-size: 14px;
	color: rgb(255,204,102);
}
h4 {
	font-size: 12px;
	color: rgb(255,204,102);
}
h5 {
	font-size: 10px;
	color: rgb(255,204,102);
}
h6 {
	font-size: 8px;
	color: rgb(255,204,102);
}

#container
{
		width:1018px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px; 
		text-align: center;
		border:solid 1px #c4c4c4;
		height:auto;
		padding:10px;
		text-align:left
}

#content
{
 padding:10px;
 text-align:left;
}