body { color: black; background-color: white; }

p {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify;
	/*text-align: center;*/
}

td {}

a:link { color: blue }

a:visited { color: blue }

a:hover { color: white }

a:active { color: red }
#menu a:link {
	color: #ffdead;
	font-size: 12px;
	font-family: monospace;
	font-weight: bold;
	text-decoration: none;
	margin-top: 20px;
}
#menu a:visited {
	color: #ffdead;
	font-size: 11px;
	font-family: monospace;
	font-weight: bold;
	text-decoration: none;
	margin-top: 20px;
}
#menu a:hover {
	color: #f60;
	font-size: 12px;
	font-family: monospace;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 20px;
}
#n a:link { color: #ffdead; font-size: 3mm; font-family: arial; text-decoration: none; margin-right: 5px; margin-bottom: 5px; }
#n a:visited { color: #ffdead; font-size: 3mm; font-family: arial; text-decoration: none; margin-right: 5px; margin-bottom: 5px; }
#n a:hover { color: #ffdead; font-size: 3mm; font-family: arial; text-decoration: none; margin-right: 5px; margin-bottom: 5px; }
