P  {
	font-size : small;
	font-family : Courier New;
	color : #ECE7B2;
	text-align : justify;
}

H1  {}

H2  {}

H3  {}

A  {
	color : Aqua;
	text-decoration : underline;
}

A:Visited  {
	text-decoration : underline;
	color : Aqua;
}

A:Active  {
	color : Aqua;
	text-decoration : underline;
}

A:Hover  {
	text-decoration : underline;
	color : Aqua;
}

BODY  {
	background-color : #505616;
	text-align : right;
}

