A.nav:link
	{
	background-color: gray;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 0px;
	color: black;
	font-family: arial;
	font-size: 80%;
	font-weight: bold;
	height: 15px;
	text-decoration: none;
	width: 100px
	}
A.nav:visited
	{
	background-color: gray;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 0px;
	color: black;
	font-family: arial;
	font-size: 80%;
	font-weight: bold;
	height: 15px;
	text-decoration: none;
	width: 100px
	}
A.nav:hover
	{
	background-color: silver;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 0px;
	color: maroon;
	font-family: arial;
	font-size: 80%;
	font-weight: bold;
	height: 15px;
	text-decoration: none;
	width: 100px
	}
BODY.index
	{
	background-color: silver
	}
DIV.content
	{
	background-color: silver;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 0px;
	color: black;
	font-family: arial;
	font-size: 80%;
	font-weight: bold;
	height: 315px;
	text-decoration: none;
	width: 470px
	}
DIV.contenttitle
	{
	background-color: silver;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	color: black;
	font-family: arial;
	font-size: 80%;
	font-weight: bold;
	height: 15px;
	text-decoration: none;
	width: 470px
	}
DIV.navtitle
	{
	background-color: silver;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	color: black;
	font-family: arial;
	font-size: 80%;
	font-weight: bold;
	height: 15px;
	text-decoration: none;
	width: 100px
	}
TABLE.indextable
	{
	background-color: gray;
	border: 1px solid maroon;
	height: 400px;
	width: 600px
	}
TD.copyright
	{
	font-family: arial;
	font-size: 10px;
	height: 20px
	}
TD.title
	{
	height: 50px
	}