body 	{
  	background-color: #ffffff;
	margin-left: 15px ; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
  	font-size: 12px ; 
  	color: #000000;   
} 


h1   {
  	font-family: Tahoma, Arial, Helvetica, sans-serif; 
  	font-size  : 20px;
  	font-weight: bold; 
  	color: #000000;
}

h2   {
  font-family: Tahoma, Arial, Helvetica, sans-serif; 
  font-size: 16px ; 
  color: #000000;
}

.container {
	width: 700px;
	margin-left: 20px;
	padding: 15px;
	background-color: #d5d8dc;
}

.menuleft {
	display: inline-block;
	vertical-align: top;
	width: 400px;
}

.menuright {
	display: inline-block;
	vertical-align: top;
	width: 250px;
	text-align: center;
}

A.tag:visited	{ color: #000000;  text-decoration: none; }
A.tag:active 	{  color: #000000;  text-decoration: none; }
A.tag:link		{   color: #000000;  text-decoration: none; }
A.tag:hover		{   color: #0000FF;   text-decoration: none; } 