/* HTML TAGS */
body {
	margin: 0px;
	background-color: #88bb17;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #3a1d13;
}

h1 {
	font-size: 20px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

/* IDs */
#splashbody {
	padding: 15px;
}

/* CLASSES */
.main_title {
	font-weight: bold;
}

.smalltext {
	font-size: 9pt;
}
