﻿body
{
	font-family:Verdana, Geneva, Tahoma, sans-serif;
}

div.header
{
	width:990px;
}

div.contents
{
	width:990px;
	height:500px;
}

div.footer
{
	width:990px;
	height:150px;
	background-color:#CCCCFF;
}

div.header a
{
	text-decoration:none;
}

div.header a:hover
{
	text-decoration:underline;
}

div.footer table
{
	margin:5px;
	height:100px;
	font-size:small;
}

table
{
	table-layout:fixed;
}

table tr td
{
	vertical-align:top;
}

ul
{
	width:100%;

}

ul li
{
	font-size:small;
	width:100%;
}
h5
{
	font-weight:bolder;
	padding:0px;
	margin:0px;
}

