body,table {
	font-family:Lucida Grande, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:15pt;
}


/********************************/
/* Koppen */
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:16px;
	margin-bottom:0px;
	margin-top:32px;
}
/********************************/


p {
	margin-top:8px;
	margin-bottom:12px;
}

/********************************/
/* Links */
a:link, a:visited, a:active {
	text-decoration:none;
	border-bottom:1px solid blue;
}
a:hover {
	text-decoration:none;
	border-bottom:none;
}
/********************************/


/********************************/
/* Inputs e.d. */
input, select, textarea {
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

textarea {
	line-height:13pt;
}
/********************************/

