
/* DEFAULT STYLES */
body, input, p, div, td {
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

h1 {
	font-size: large;
}

h3 {
	border-bottom: 1px black dashed;
}

/* LINKS */
a:Link, a:Visited, a:Hover { 
	text-decoration: none; 
}
a:hover { 
	text-decoration: underline; 
}

