body { 	color : black;
	background-color : #FFCC99;
	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 : left;
	background-image : url(ffcc99.gif);
	border : none;
	font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11px; 
	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 : #FFCC99; border : none; }

.footer	{ background-color : inherit;
	  color : rgb(102,102,198); }

.ahem {	display : none;	}

