#container {
	background-color: white;
	width: 800px;
	margin: auto;
	border: 0px solid;
	border-color: #white;

	} 
html, body {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 0.9em;
	color: #000000;
    line-height : 150%;
}


tr {
    font-family:Tahoma, Verdana, sans-serif;
	font-size: 0.9em;
	color: #000000;
    line-height : 150%;
}

td {
    font-family:Tahoma, Verdana, sans-serif;
	font-size: 0.9em;
	color: #000000;
    line-height : 150%;
}

ul {
    font-family: Tahoma, Verdana, sans-serif;
	font-size: 1em;
	color: #000000;
    line-height : 150%;
}

li{
    font-family:Tahoma, Verdana, sans-serif;
	font-size: 1em;
	color: #000000;
    line-height : 150%;
}

h1 {
	font-family: Tahoma, Verdana, sans-serif; 
	font-variant: small-caps; 
	font-size: 1.2em; 
	font-weight: bold;
	line-height: 150%;
	}

h2 {
	font-family: Tahoma, Verdana; 
	font-size: 1.1em; 
	line-height: 150%;
	text-align: left;

}

h3 {
	font-family: Tahoma, Verdana; 
	font-variant: small-caps; 
	font-size: 150%; 
	font-weight: 600;
	line-height: 150%;
	text-align: left;
	
}

a:link {
	font-family : Tahoma, Verdana, sans-serif;
	font-size: 1.1em;
	line-height : 150%;
	text-decoration : none;
	color: #c0c0c0;
}
a:active {
	font-family : Tahoma, Verdana, sans-serif;
	font-size: 1.1em;
	line-height : 150%;
	text-decoration : none;
	color: #000000;
}
a:visited  {
	font-family : Tahoma, Verdana, sans-serif;
	font-size: 1.1em;
	line-height : 150%;
	text-decoration : none;
	color: #c0c0c0;
}
A:hover {color: #000000; text-decoration:none}
