body		{ background-color: 	#000080; }
	
div.title h1	{ color :		yellow;
		  font-family:		Tahoma, sans-serif;
		  font-size :		36pt;
		  text-align :		center; }

.menu		{ text-align :		center;
		  border-style :	solid;
		  border-width :	thin thick thick thin;
		  border-color:		yellow;
		  font-weight : 	bold; }

.menu a		{ font-family: 		Tahoma, sans-serif;
	  	  color :		yellow;
	  	  background-color :	inherit; }

.menu a:hover	{ color :		#000080;
		  background-color :	yellow; }

.menu strong	{ font-size :		large; }

.contentText	{ color :		black;
		  background-color :	white;
		  border-style :	solid;
		  border-width :	thin thick thick thin; }

.end		{ color : yellow; }

.end a		{ color :		yellow; 
		  font-weight:		bold;
		  font-style :		italic; }
