body {
	font-family: verdana, arial, helvetica, sans-serif; 
	text-decoration: none;  
} 
p {
	font-size: 71%;
	margin-top: 0px; 
} 
h1 {
	font-size: 110%; 
	margin-top: 3px;
	margin-bottom: 3px;
} 
h2 {
	font-size: 80%;
	margin-top: 0.7em;
	margin-bottom: 0.5em;
} 
h3 {
	font-size: 71%; 
	margin-top: 0.2em;
	margin-bottom: 0.1em;
} 
h4 {
	font-size: 71%; 
	margin-bottom: 0.5em;
} 
ul {
	font-size: 71%; 
	margin-left: 1.0em;
	margin-top: 0.3em;
	padding-left: 1.0em;
	line-height: 120%;
}
ol {
	font-size: 71%; 
	margin-top: 0.3em;
	margin-left: 1.4em;
	padding-left: 1.4em;
}
A:link {
	text-decoration: none;
	color: #FFCC66;
}
A:visited {
	text-decoration: none;
	color: #FF9933;
}
A:hover {
	text-decoration: underline;
	color: #FFFF00;
}
A:active {
	text-decoration: underline;
	color: #CC3300;
}
.normal {
	font-size: 71%;
}
.small {
	font-size: 65%;
}
.byline {
	font-size: 71%;
	color: #C0C0C0;
}
.menu {
	font-size: 71%;
	color: #C0C0C0;
	background-color: #000000;
}
.menu a:link {
	color: #FFCC66;
	background-color: #000000;
	text-decoration: none;
}
.menu a:visited {
	color: #FF9933;
	background-color: #000000;
	text-decoration: none;
}
.menu a:hover {
	color: #FFFF00;
	text-decoration: underline;
	background-color: #000000;
}
.menu a:active {
	color: #CC3300;
	text-decoration: underline;
	background-color: #000000;
}