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;
	 background-color : inherit;
	 text-decoration : none; }

.menu a:hover {	color : black;
		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;
	background-color : inherit;
	color : black;
	font-weight : bold; }

.topbottommenu {font-size : large;
		padding : 0.5em;
		border-top: rgb(221,221,255) solid thin;
		border-bottom: rgb(221,221,255) solid thin}

.topbottommenu a:hover {color : red;
			background-color : rgb(221,221,255);}


.contentText {	color : black;
		background-color : white;
		border : thin solid; }

.footer	{ background-color : inherit;
	  color : rgb(82,181,198); }

.ahem {	display : none;	}
