body
{
	background-image: url("background.jpg");
	background-attachment: fixed;
}

h1
{
	font-family: Verdana, Geneva, sans-serif;
	color: black;
}

#header
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: smaller;
	text-decoration: underline;
}

h2
{
	font-family: arial;
}

h3
{
	text-align: center;
}

.underlined
{
	text-decoration: underline;
}

.center
{
	text-align: center;

}

img
{
	padding-top: 35px;
	padding-bottom: 35px;
	width: 65%;
	height:20%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.title
{
	font-size: 25px;
	text-align:left;
}

th, td
{
	width:650px;
}




