DIV,MENU,BODY,TABLE,TR,TD,OL,UL,P  {
	color : black;
	font-family : "Verdana", "Arial", sans-serif;
 font-size: 14px;
}
BODY  {
	text-align : justify;
	background-attachment : fixed;
	font-weight : normal;
}
a {
				text-decoration: none;
}
A:link  {
	color : Purple;
	font-weight : normal;
}
A:active {
				text-decoration: none;        
	color: #FF9A00;
}
A:visited  {
	color : Navy;
	font-weight : normal;
}
A:hover {
				color: Blue;
				text-decoration: underline;
}
EM  {
	font-family : "Trebuchet MS", "Verdana", "Arial", sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Navy;
}
CODE  {
	font-family : Courier;
 font-size: 14px;
	color : Navy;
}
UL LI  {
	color : black;
	font-family : "Verdana", "Arial", sans-serif;
 font-size: 14px;
	margin-top : 2ex;
}
LISTING  {
	font-family : Courier;
	font-weight : normal;
 font-size: 14px;
	color : Navy;
}
H1  {
	font-family : "Trebuchet MS", "Verdana", "Arial", sans-serif;
	font-weight : bold;
 font-size: 32px;
	color : navy;
	text-align : center;
}
H2  {
	font-family : "Trebuchet MS", "Verdana", "Arial", sans-serif;
	font-weight : bold;
 font-size: 18px;
	color : navy;
	text-align : left;
}
H3  {
	font-family : "Trebuchet MS", "Verdana", "Arial", sans-serif;
	font-weight : bold;
 font-size: 18px;
	color : navy;
	text-align : left;
}
