/* Global stuff */
a {
	text-decoration: none;
	color: #66CC66;
}

a:hover { border-bottom: 2px dotted; }

p { text-align: justify; }

dt {
	font-style: italic;
	font-size: 11pt;
	font-weight: normal;
}

dl {
	font-size: 11pt;
	font-weight: normal;
}


/* Layout */
#main {
	margin: 65px;
}

#maintitle a:hover {
	border-bottom: 4px dotted;
}