A:hover {background-color : rgb(255,255,204);rgb(255,64,64); LEFT: 2px; POSITION: relative; TEXT-DECORATION: underline; TOP: 1px}
A:link {COLOR: #000000; FONT-WEIGHT: normal; TEXT-DECORATION: none}
A:visited {COLOR: #000000; FONT-WEIGHT: normal; TEXT-DECORATION: underline}

body
{
	color : black;
	background-color : rgb(255,255,204);
	background-image : url(images/mon.gif);
	background-attachment : fixed;
	background-position : bottom left;
	background-repeat : no-repeat;
	font-family:Verdana,;

}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
font-size: .90em;
}

/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */
.contentText p
{
	max-width:40em;
}

ul.menu
{
	list-style:none;
	margin:0px;
}

ul.menu li
{
	text-align : left;
}

.menu
{
	text-align : left;
	background-color : rgb(255,255,255);
	border : thin solid;
	border-style :inset;
       	font-weight : bold;
        font-size : 80%;
		}

.menu a
{
	color : rgb(0,0,0);
	background-color : inherit;
}

.menu a:hover
{
	color : rgb(255,64,64);
	background-color : rgb(255,255,204);
}


.contentText
{
	color : rgb(0,0,6);
	background-color : rgb(255,255,255);
	border : thin solid;
	border-style :outset;
}
