
/* CSS Document */
A {
	color: #94c04a;
	}

body {
	font-family: Georgia, Arial,  sans-serif;
	font-size: 100%;
	color:#333;
	margin: 0;
	background-color: #fcf6d4;
	}
	
.smalltext {
	font-size: 90%;
	}
	
.bigtext {
	font-size: 140%;
	}