body {
	background-color: #ffffaa;
}

.style1 {
	font-size: 28px;
	font-weight: bold;
	color:  #408040;
}

.style2 {
	font-size: 20px;
	color: #804040;
}


a {
	font-size: 33px;
}

a:link {
	text-decoration:underline;
	color: #BF3030;
}
a:visited{
	text-decoration:underline;
	color:#BF3030;
}
a:hover {
	text-decoration:underline;
	color:#808040;
}
a:active {
	text-decoration:underline;
	color:#888866;
}
