/* CSS Document */

body {
	background-color: #EEDFCD;

}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	line-height: 18px;
}
p a {
	color: #000000;
	text-decoration: underline;
}

p a:hover {
	color: #C91111;
	text-decoration: none;
} 
