body { 	color : black;
	background-color : white;
	background-image : url(background.jpg);
	background-attachment : fixed;
	background-position : bottom left;
	background-repeat : no-repeat; }

.title h1 {	font-size : xx-large;
		text-align : center; }

.title h2 {	font-size : x-large;
		text-align : center; }

.menu {	text-align : center;
	background-image : url(bluefilter.gif);
	border : thin solid;
	font-weight : bold; }

.menu a	{color : black;
	 text-decoration : none; }

.menu a:hover {	background-color : rgb(221,221,255);
		text-decoration : underline; }


.menu strong {	font-size : large; }

.other {text-align : center;
	background-image : url(orangefilter.gif);
	border : thin solid;
	color : black;
	font-weight : bold; }

.contentText {	background-color : white;
		border : thin solid; }

.footer	{ color : rgb(82,181,198); }

.ahem {	display : none;	}
