body { 	color : black;
	background-color : white;
	background-image : url(background.jpg);
	background-attachment : fixed;
	background-position : bottom left;
	background-repeat : no-repeat; }

h1.title  {	font-size : xx-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; }

.menu a:hover {	color : rgb(255,64,64);
		background-color : rgb(230,230,250); }


.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; }

.contentText {	color : black;
		background-color : white;
		border : thin solid; }

.footer	{ background-color : inherit;
	  color : rgb(102,102,198); }

.ahem {	display : none;	}
