body { 	color : black;
	background-color : white;
	background-image : url(bluestarr.jpg);
	background-attachment : fixed;
	background-position : top left;
	background-repeat : no-repeat; }

.title  {	color : #000066;
		font-size : x-large;
		text-align : left; }

.menu {	text-align : center;
	border-left : 1px solid;  
	border-bottom : 1px solid; 
	border-color : #FDA315;
	font-weight : bold; }

.menu a	{color : #000066;
	 background-color : inherit; }

.menu a:hover {	color : #FDA315;
		background-color : #000066; }


.menu strong {	font-size : large; }

.other {text-align : center;
	border : thin solid;
	color : black;
	font-weight : bold; }

.contentText {	color : #000000;
		border-style: none;
		border-top : 1px solid;
		border-left : 1px solid;
		border-color: #FDA315;   }


.block1 {	color : black;
		border-style: none;
		border-bottom : 1px solid;
		border-right : 1px solid;
		border-color: #FDA315;   }


.footer	{ background-color : inherit;
	  color : rgb(102,102,198); }

.ahem {	display : none;	}
