/* default body text */
body, p, table, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: Black;
}

/* page section heading */
caption {
	font-size: small;
	font-weight: bold;
	text-align: left;
}

/* sundry feedback messages */
h3, h4 {
	font-size: small;
	text-align: left;
}


/* default hyperlinks */
a:link {
	color:#0000cc;
	text-decoration:none
}
a:visited {
	color:#0000cc;
	text-decoration:none
}
a:hover {
	color:#cc0000;
	text-decoration:none;
	cursor:hand}
a:active { 
	color:#0000cc;
	text-decoration:none
}
