@charset "utf-8";
body {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	color: #EAEAD9;
	background-image: url(images/content/greentextured.jpg);
	text-decoration: none;
	font-weight: normal;
	background-repeat: repeat;
}

.title {
	font-size: 20px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}

a:link {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}

a:visited {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}

a:hover {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFF00;
	text-decoration: underline;
}

a:active {
	font-family: Georgia, Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}

.title2 {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
}

