body
{
	color : black;
	background-color : rgb(255,255,255);
	background-attachment : fixed;
	background-position : bottom left;
	background-repeat : no-repeat;
	font-family:sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	margin:0px;
	padding:0px;
}


.contentText p
{
	max-width:45em;
}

ul.menu
{
	list-style:none;
	margin:0px;
}

ul.menu li
{
	display:inline;
}

.menu
{
	text-align : center;
	border : thin solid rgb(0,0,0);
	font-weight : bold;
}

.menu a
{
	color : rgb(255,255,255);
	background-color : rgb(0,0,0);
}

.menu a:hover
{
	color : rgb(0,0,0);
	background-color : rgb(255,255,255);
}


.menu strong
{
	font-size : large;
}

.other
{
	text-align : center;
	border : thin solid rgb(0,0,0);
	background-color : inherit;
	color : rgb(0,0,0);
	font-weight : bold;
}

.contentText
{
	color : rgb(0,0,0);
	background-color : rgb(255,255,255);
	border : thin solid;
}

.footer
{
}

.footer a:link
{
	color: rgb(0,0,0);
	background-color:transparent;
}