body {
text-align: center;
cursor: crosshair;
margin: -4px;
font-family: trebuchet ms;
font-size: 8pt;
}

.titl {
font-family: georgia;
font-size: 16px;
font-style: italic;
color: #000033;
border-bottom: 1px dotted #000033;
margin: 0px;
}

.titi, p, value {
font-family: trebuchet ms;
font-size: 8pt;
margin: 0px;
}

option, select, input, textarea {
border: 1px solid #000000;
font-family: trebuchet ms;
font-size: 8pt;
}

/* ********************************
links
******************************** */

a:link, a:active, a:visited {
	text-decoration: underline;
	cursor: help;	
	color: #000033;	
}

a:hover {
	text-decoration: underline;
	position: relative;
	left: -1px;
	top: 1px;
	cursor: help;
	color: #000000;	
}
