body
{
	background: url(../images/white-wall.jpg) fixed;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 24px;
	color: #003366;
	margin-top: 20px;
}

p {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 16px;
	color: #000000;
}

p a {
	font-weight: bold;
	color: #009;
	text-decoration: none;
}

p a:hover {
	color: #CC3399;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #003366;
}

a {
	font-size: 14px;
	font-weight: bold;
	color: #ffff99;
	text-decoration: none;
}

a:hover {
	color: #CC3399;
}


