/* CSS Document */
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height: 20px;
	text-align: center;
}

a:link {
	text-decoration:none;
	color: #006600;
}
a:visited {
	text-decoration:none;
	color: #006600;
}

a:hover {
	text-decoration:underline;
}

a:active {text-decoration:underline;}

a.comment:link {
	color: #0099FF;
}

#discussion {
	background-color: #D6DC63;
	border: 2px solid #A6AC26;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #69F;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	letter-spacing: .5em;
	font-style: italic;
	text-align: left;
}
