/*   validated 2005-01-05*/
a:link       { color: rgb(255, 255, 204) }	
a:active     { color: rgb(102, 153, 153) }
a:visited    { color: rgb(102, 204, 153) }
a:hover		{font-weight:bold }	
body         { background-color: rgb(0, 0, 0); color: rgb(255, 255, 204) }
h1           { color: rgb(204, 204, 102) }
h2           { color: rgb(204, 204, 102) }
h3           
	{ 
	color: rgb(204, 204, 102); 
	text-align: center;
	}
h4           { color: rgb(204, 204, 102) }
h5           { color: rgb(204, 204, 102) }
h6           { color: rgb(204, 204, 102) }
button       { background-color: rgb(204, 204, 102); color: rgb(0, 0, 0) }
a:link
{
	color: #ffff99; 
}
a:visited
{
	color: #808080; 
} 
a:hover
{
	font-weight: bold
}
a:active 
{
	color: rgb(255,51,0);
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: rgb(0,0,0);
	color: rgb(255,255,153);
}

h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffcc;
	text-align: center;
}
h1
{
	color: #ffffcc;
}
h2
/*   h2 is the largest Heading used on this style*/
{
	color: #ffffcc; 
	padding: 20px;	
}
h3
{
	color: #ffffcc; 
	
}
h4
{
	color: #ffffcc; 
}
h5
{
	color: #ffffcc; 
}
h6
{
	color: #ffffcc; 
}
p
{
	text-align: center;
}
ul
{
	list-style: outside square
}
.picMenu
{
	width: 120px;
	height: 100%;
	color: #ffff00;
	list-style: none;
	text-align: center;
	padding: 0 0 0 0;
	margin-left: auto;
  margin-right: auto;
	line-height: 1.5;
	font-family: verdana,arial,helvetica,sans-serif;	
	font-size: .7em;
	link: black;
}
table
{
	margin: auto;
	width: 100%;
	border:0px;
}	