a:link
	{
	}
a:visited
	{
	}
a:hover
	{
	background-color: #181841;
	color: white; 
	text-decoration: none;
	}
a.nav:link
	{
	font-family: arial;
	width: 150px
	}
a.nav:visited
	{
	background-color: white;
	border: 0px;
	font-family: arial;
	width: 150px
	}
a.nav:hover
	{
	background-color: #181841;
	border: 0px;
	color: white;
	font-family: arial;
	text-decoration: none;
	width: 150px
	}
body
	{
	background-color: white;
	margin: 5px
	}
div.content
	{
	font-size: larger;
	border: 0px;
	margin: 10px
	}
div.contentbody
	{
	margin-left: 10px
	}
div.contenttitle
	{
	/* background-color: silver; */
	background-color: #181841;
	font-size: 20px;
	font-weight: bold;
	color: white;
	border: 1px solid gray;
	height: 100%;
	width: 100%
	}
p.code
	{
	font-family: Lucida Console;
	font-size: 20px;
	font-weight: normal
	}
table.left
	{
	height: 100%;
	width: 100%
	}
table.main
	{
	width: 100% 
	}
td.links
	{
	font-family: verdana,arial;
	font-weight: bold;
	height: 291px;
	width: 150px
	}
td.title
	{
	font-family: verdana,arial;
	font-size: 40px;
	text-decoration: none;
	font-weight: bold 
	}
