
/* A:link { color:#996666; text-decoration:none;} */
/* A:visited { color:#666699; text-decoration:none;} */
A:hover {color:#FF0000; text-decoration:underline;}


BODY, TH, TD, FORM { 
	font-size: 10pt;
	line-height: 120%;	
}

h1 {
	margin-top: 10px;
	font-size: 200%;
	color: #000066;
	line-height: 100%;
	padding-top: 10px;
}

h3 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 3px;
}

.comment {
	font-size: 9pt;
	color: #000066;
	padding-top: 3px;
}

.example {
	font-size: 9pt;
	color: #666666;
	padding-top: 3px;	
}

a.link_button {
	display: block;
	width: 300px;
	margin: 0 auto;
	padding: 6px;
	border: 2px solid #999;
	background: #FEC8FF;
	font-size: 130%;	
	font-weight: bold;
	text-align: center;
	/* text-decoration: none; */
}

/* notices and errors */

.error_message {
color:#FF0000;
font-size: 12px;
}
