body 
	{
	background-color:#cbcbcb;
	padding: 0px;
	margin-right:7%;
	margin-left:10%;
	margin-top:40px;
	margin-bottom:12px;
	}

body, p, h1, td
	{
	color:#444444; 
	font-family: arial, geneva, helvetica, sans serif;
	font-weight: bold;
	}

small, #nav, #langalt
	{
	font-weight: normal;
	font-size: 80%;
	}

strong {
	letter-spacing:5px;
	font-weight:bold;
	background-color:#ffffff;
	color:#000000;
}

.new
	{
	background-color: red;
	color: yellow;
	}

a:link {
	background-color:#00cb00;
	color:#003300;
	text-decoration: none;
}
a:visited {
	background-color:#88cb88;
	color:#005500;
	text-decoration: none;
}
a:active {
	background-color:#00ff00;
	color:#000000;
	text-decoration: none;
}
a:hover {
	background-color:#00ff00;
	color:#000000;
	text-decoration: none;
}

#nav {
	position: absolute;
	top:0px;
	left:0px;
	padding-bottom: 3px;
	padding-top: 1px;
}

#langalt {
	position:absolute;
	left:2px;
	top:44px;
}