﻿body
{
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	background-color: #5D5542;
	color: rgb(255, 255, 255);
	font-size: small;
}
#container
{
	background-color: #FFFFFF;
	color: #333333;
}
#title
{
	font-variant: small-caps;
	text-align: left;
	color: rgb(102, 153, 0);
	font-size: large;
	font-weight: bold;
	line-height: 20px;
}
#content
{
	padding-left: 10;
	vertical-align: top;
	text-align: justify;
}
}a:link
{
	color: rgb(0,102,153); 
}
a:hover
{
	border: thin #999966 solid;
	color: rgb(153, 102, 51);
	font-size: larger;
}
a:visited
{
	color: rgb(153, 153, 153);
} 
a:active 
{
	color: rgb(128, 0, 128);
}
h6
{
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: rgb(126, 154, 169);
	font-size: x-small;
}
h5
{
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: rgb(126, 154, 169);
	font-size: small;
}
h4
{
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: rgb(126, 154, 169);
	font-size: medium;
}
h3
{
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: rgb(126, 154, 169);
	font-size: large;
}
h2
{
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: rgb(126, 154, 169);
	font-size: x-large;
}
h1
{
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	color: rgb(126, 154, 169);
	font-size: xx-large;
}
table
{
	vertical-align:top;
}
}
td{
	vertical-align: "top";
	text-align: center;
	font-size: small;
}
