body			{
			font-family: 'comic sans ms';
			background: #FFEEFF;
			color: #0000FF;
			}

p			{
			font-family: 'comic sans ms';
			}
td			{
			font-family: 'comic sans ms';
			color: #0000FF;
			}
h2			{
			font-family: 'comic sans ms';
			background: #EEEEFF;
			color: #0000FF;
			border-style:ridge;
			border-color:#000000;
			border-width:thin;
			text-align:center;
			}
h3			{
			font-family: 'comic sans ms';
			background: #EEEEEE;
			color: #FF00FF;
			text-align:left;
			}
a:link			{
			font-family: 'comic sans ms';
			color:#0000FF;
			}
a:hover			{
			font-family: 'comic sans ms';
			color:#FF0000;
			}
a:active		{
			font-family: 'comic sans ms';
			color:#FFFFFF;
			}
a:visited		{
			font-family: 'comic sans ms';
			color:#FF00FF;
			}
div#navbar		{
			font-size:1em;
			font-wight:bold;
			font-family: 'comic sans ms';
			position: absolute;
			top: 115px;
			left: 12px;
			width: 166px;
			height: 441px;
			z-index: 100;
			}
div#navbar a		{
			font-size:1em;
			font-wight:bold;
			font-family: 'comic sans ms';
			color: #0000FF;
			background: #FFAAFF;
			display: block;
			text-align: center;
			padding: 0px 5px;
			margin: 0 0 1px;
			border-width: 1;
			text-decoration: none;
			border-right: 5px solid #0000AA;
			}
div#navbar a:hover	{
			font-size:1em;
			font-wight:bold;
			font-family: 'comic sans ms';
			color: #FFFFFF;
			background: #FFAAFF;
			border-right: 5px solid white;
			}
div#navbar a span	{
			display: none;
			}
div#navbar a:hover span	{
			font-size:1em;
			font-wight:bold;
			font-family: 'comic sans ms';
			display: block;
			position: absolute;
			top: 425px;
			left: 0;
			width: 166px;
			padding: 0px;
			margin: 0px;
			z-index: 100;
			color: #0000FF;
			text-align: center;
			}
.navbar			{
			border-style:ridge;
			border-color:#3d3d33;
			border-width:thin;
			}
.title			{
			text-align: center;
			}
