
body
{
	color : black;
	background-color : rgb(255,255,255);
	
	font-family:sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	text-align : center;
        margin:0px;
	padding:0px;
}

/*
 * This ensures that text in paragraphs doesn't
 * stretch right across the screen. This only works
 * in more advanced browsers.
 */
.contentText p
{
	text-align : center;
        max-width:45em;
}

ul.menu
{
	list-style:none;
	margin:0px;
}



.menu
{
	text-align : center;
	background-image : url(images/blkfilter.gif);
	border : thin solid rgb(0,0,0);
	font-weight : bold;
}





.contentText
{
	color : rgb(0,0,0);
	background-color : rgb(255,255,255);
	border : thin solid;
}

