@charset "iso-8859-1";
/* author: John McKeown */
/* Creation date: 18/07/2003 */

BODY {
	background-image : url(Images/Image1_R.gif);
}
H1 {
	color : #003300;
	font-family : "Times New Roman", Times, serif;
	font-size : 35px;
	font-weight : 800;
}
H2 {
	color : #003300;
	font-family : "Times New Roman", Times, serif;
	font-size : 25px;
	font-weight : 800;
}

.menu {
	color : #003300;
	font-family : "Times New Roman", Times, serif;
	font-size : 17px;
	font-weight : 600;
    text-align : justify;
}


P {
	color : #003300;
	font-family : "Times New Roman", Times, serif;
	font-size : 17px;
	font-weight : 600;
}

.links {
	font-family : "Times New Roman", Times, serif;
    font-size : 17px;
	font-weight : 600;
}
.image {
	font-family : "Times New Roman", Times, serif;
    font-size : 14px;
	font-weight : 600;
	text-align : center;

}

A:link {
    color : #003300;
}
A:hover {
    color : #ff3300;
}
A:active {
    color : #006600;
}

A:visited {
    color : #006600;
}