P  {
	font-size : small;
	color : Aqua;
	font-family : sans-serif;
	margin-left : 15%;
	margin-right : 15%;
}

P.header  {
	text-align : center;
	font-weight : bold;
	color : #7FFFD4;
	margin-top : 35px;
}

P.logo  {
	text-align : center;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-large;
	word-spacing : 3px;
	color : Lime;
}

H1  {
	color : Silver;
	text-align : right;
}

H2  {}

H3  {}

H4  {
	color : Gray;
	font-weight : bold;
	text-align : right;
}

Hr  {
	color : gray;
	width : 70%;
}

Font  {
	font-size : 18;
}

A  {
	font-family : sans-serif;
	font-size : small;
	font-weight : normal;
	color : Black;
}

A:Visited  {
	text-decoration : none;
	color : #FAEBD7;
}

A:Active  {
	text-decoration : none;
	color : Black;
}

A:Hover  {
	text-decoration : underline;
	color : Gray;
	font-weight : none;
}

A:link  {
	text-decoration : none;
	color : #FAEBD7;
}

BODY  {
	background-color : White;
	background-image : url("images/bricks.jpg");
}

TD  {}

P.logo_italic  {
	font-style : italic;
	color : Gray;
	font-size : medium;
}

LI		{
	font-size : larger;
	padding-top : 10px;
}