@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

a:link {
	color: #aebd2c;
}

a:visited {
	color: #b8860b;
}

a:hover {
	color: #6c9600;
}

body {
	padding: 20px;
	background-color: #fff;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	color: #333;
}

h1 {
	margin-bottom: 10px;
	font-size: 152%;
	font-weight: normal;
	color: #6c9600;
}

h2 {
	margin-bottom: 20px;
	font-size: 80%;
	font-weight: normal;
}

p {
	margin-bottom: 20px;
	font-size: 100%;
}