/*CSS for hompage*/
/*Jeffrey Cropsey*/

body
{

}

h1
{
	text-align: center;
	font-size:  xx-large;
}

h4
{
	font-size: x-small;
}

h5
{
	color: grey;
	font-size: xx-small;
	text-align: center;
}

.bodytable
{
	table-layout: fixed;
	width: 100%;
	padding: 0;
}

.navtable
{
	width: 100px;
	padding: 0;
	position: absolute;
	top: 6em;
	left: 0;
}

.navcell
{
	width: 120px;
	vertical-align: top;
	padding: 0;
}

.navchoice
{
	width: 90px;
	vertical-align: top;
	padding: 4px;
	border: 1px grey solid;
}


.navitem
{
	text-align: center;
}

.navitem a:link
{
	color: white;
}

.navitem a:hover
{
	text-decoration: none;
	color: white;
}

.navitem a:visited
{
	color: white;
}
