body		{font-family: verdana, sans-serif;
		background-color: #000000;
		color: white;
		text-align: center;
		}		
a:link		{text-decoration: none;
		font-size: 8pt;
		color: #ccccff;
		}
a:hover		{font-weight: bold;
		 color: #ffffff;
		 Height: 1; 
		 filter: glow(color=#ff3333, strength=3);
		}
a:visited	{text-decoration: none;
		color: #ccccff;
		font-size: 8pt;
		}
.textbx		{padding: 5px;}

.logo 		{position: absolute;
		left: 25px;
		top: 10px;
		}
.leftnav 	{position: absolute;
		left: 25px;
		top: 220px;
		width: 140px;
		height: 925px;
		background-color: #552222;
		font-size: 9pt;
		}
.mainbox	{position: absolute;
		left: 175px;
		top: 220px;
		width: 490px;
		height: 925px;
		background-color: #666666;
		font-size: 10pt;
		}
.rightbox	{position: absolute;
		left: 675px;
		top: 220px;
		width: 150px;
		height: 925px;
		background-color: #552222;
		font-size: 8pt;
		}
.contentbox	{position: absolute;
		left: 175px;
		top: 220px;
		width: 650px;
		height: 925px;
		background-color: #666666;
		font-size: 10pt;
		text-align: left;
