body
{
	background: #ffffff;
}

h1
{
	font-size: 22pt;
	font-family: "Century Gothic", "sans serif";
	text-transform: uppercase;
	color: #04B431; /*light green*/
}

h2
{
	font-size: 6pt;
	font-family: "Century Gothic", "sans serif";
	text-transform: uppercase;
	color: #000000;
}

p
{
	font-size: 16pt;
	font-family: "Monotype Corsiva", "sans serif";
	color: #000000; 
}

a
{
	font-weight: bold;
	color: #ffffff;
	font-family: "Century Gothic";
	text-decoration: none;
}

a.link
{
 	font-weight: bold;
	color: #A4A4A4; /*gray*/
	font-family: "Century Gothic";
	text-decoration: none;
}

img
{
	border: none;
}

#written
{
	top: 205px;
	left: 400px;
	width: 1200px;
	height: 570px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	position: absolute;
}