body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	margin: 10px 100px;
}


h1 {
	color: #696969;
	font-family: "Zurich Ex BT", sans-serif;
	font-size: 22px;
	letter-spacing: 3px;
	line-height: 1em;
	text-decoration: none;
	text-transform: uppercase;
}

h2 {
	color: #666666;
	font-size: 1em;
	margin-top: 30px;
}

ul {
	list-style: disc;
	color: #696969;
	margin-top: 2px;
    margin-bottom: 6px;
}


    
p {
	line-height: 16px;
	color: #333333;
	margin: 5px 0 10px 0;
	text-decoration: none;
}

a:link, a:visited, a:active, a:hover, a:visited {
	border-bottom: 1px dashed #696969;
	color: #333333;
	text-decoration: none;
}


.floatright
{ float: right ;
 } 
