/* text style */
body {
	line-height : 130%;
	color : black;
	background-color : white;
}

div.main {
	margin: 0em 4em;
}

h1 {
	font-family: "Courier New", "Courier", serif;
	color: #009;
}

h2 {
	font-size: 120%;
}

em {
	font-style: normal;
	font-weight: normal;
	color: #24e;
}

table {
	line-height : 130%;
}

A:link {
	color : #FF0000
}
A:visited {
	color : #800080
}
A:active {
	color : #0000FF
}

