body{
    font-family:Helvetica,Arial, Geneva, sans-serif;
    font-size:10pt; line-height:13pt;
    margin:10px 30px 20px 20px;
}
 a:link,a:active,a:visited { text-decoration:none;font-family:Helvetica,Arial, Geneva, sans-serif;
    }
 a:hover {
text-decoration:underline;
background-color:#eee;
}

#selected {
	background-color:#eee;
}

#selected A {
	background-color:#eee;
}

#footnote{
font-size:9pt;
}

#footnote A{
font-size:9pt;
}

h1{
    font-family:Helvetica,Arial, Geneva, sans-serif;
    font-size:28pt;
}

#codesnippet {
	width: 400px;
	margin:0px 0px 0px 0px;
	text-align:left;
	padding: 5px 5px 5px 10px;
	background-color:#eee;
	border:1px dashed black;
	font:12px monospace;
}