/* For headings */
H1 {
	font-size: 36pt;
	font-weight: bold;
}

H2 {
	font-size: 24pt;
	font-weight: bold;
}

/* For normal paragraphs */
p.Normal {
	font-size: 12.0pt;
	margin-bottom: .000001pt;
}

/* Make superscript small as well */
sup {
	font-size: xx-small;
}

/* Change link properties */
A:link {color: #666666; background-color: #CCFFFF}
A:active {color: #999900; background-color: #CCFFFF}
A:visited {color: #800080; background-color: #CCFFFF}

/* Values common for the whole body */
BODY {
	color: #000000;
	background-color: #CCFFFF;
	font-family: Arial, "MS Sans Serif", sans-serif;
}

