/* CSS Document */
Body, Input{
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
A:link, A:active, A:visited{	
	font-size:12px;
	color:#663300;
	font-weight:bold;
	text-decoration:none;
}
A:HOVER{
	color:#663300;
	text-decoration:underline;
}
H1{
	font-size:15px;
	color:#663300;
	text-decoration:underline;
}
h2{
	font-size:14px;
	color:#FFFFFF;
	text-decoration:underline;
	margin-bottom:5px;
}
