A:link, A:visited, A:active { text-decoration: none }
A:hover { text-decoration: underline; color:#800000 }
.grey { color:#808080 }
H1 {font-family:Tahoma, Verdana, Arial, Helvetica; font-size:20pt}
H2 {font-family:Tahoma, Verdana, Arial, Helvetica; font-size:18pt}
H3 {font-family:Tahoma, Verdana, Arial, Helvetica; font-size:16pt}
Body {font-family:Tahoma, Verdana, Arial, Helvetica; font-size:10pt}
TEXTAREA {font-family:Tahoma, Verdana, Arial, Helvetica; font-size:10pt}
INPUT		{font-family:Tahoma, Verdana, Arial, Helvetica; font-size:10pt}
SELECT		{font-family:Tahoma, Verdana, Arial, Helvetica; font-size:10pt}
PRE 		{font-family:Courier, Verdana, Arial, Helvetica; font-size:10pt}

/* Language selection & login */
form.tiny {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size : 50%;
}


/* User notes display */
div#usernotes {
	background-color: #e0e0e0;
	color: inherit;
}
div#usernotes div.head, div#usernotes div.foot {
	background-color: #d0d0d0;
	color: inherit;
	padding: 4px;
}
div#usernotes div.foot {
	text-align: right;
}
div#usernotes div.foot a, div#usernotes div.head a {
	color: black;
	background-color: transparent;
}
div#usernotes span.action {
	float: right;
}
div#usernotes div.note {
	font-size : 12;
	padding: 4px;
}
div#usernotes div.text {
	background-color: #f0f0f0;
	color: inherit;
	padding: 2px;
	margin-top: 4px;
}
