/* Make the links red and bold. */
a		{ font-weight: bold; color: CC0000; }

/* Set background and margins. */
body		{ color: FFFFFF; margin-top: 10px; }
body.main	{ color: FFFFFF; margin-top: 20px; margin-bottom: 10px; }

h2 {
	font-family: Times, Times New Roman, serif;
	font-weight: bold;
	font-size: 24pt;
	text-align: center;
	color: 000000;
}

h3 {
	font-family: Helvetica, Bitstream Vera Sans, Arial, sans-serif;
	text-align: center;
	color: #000000;
}

p {
	font-family: Courier, Courier New, Freemono, fixed;
	font-size: normal;
	margin-left: 25px;
	margin-right: 25px;
	line-height: 200%;
	text-align: justify;
	color: 000000; 
}

p.footer {
	font-family: Helvetica, Bitstream Vera Sans, Arial, sans-serif;
	font-size: xx-small;
	text-align: center;
}

div.menu {
	margin-left: 10px;
	text-align: left;
}
