body, p, h1, h2, h3, h4, h5, h6 {

}

body {
	margin: 0, 10, 0, 10;
	background: #FFFFFF;
	color: #404040;
	font-size: 14px;
	font-family: arial, sans-serif;
        line-height: 1.5em;
	text-align: left;
	padding: 0;
}

hr {
      clear: both;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1em;
}

h5 {
	font-size: 1em;
}

p {
        padding: 0, 30, 0, 30;
}

div.page { 
	margin: 100, 50, 0, 50;
	padding:100, 50, 0, 50;
}

.red {
	color: #800000;
}

/* Normal link */
a {
	color: #404040;
}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;	
}


/* Nav buttons */
div.buttonbox {
	margin: 0, 0, 50, 0;
}

.button {
}

a.buttontext {
	font-size: 1.4em;
	color: #800000;
	text-decoration: none;	
}

a.buttontext:hover, a.button:active {
	font-size: 1.4em;
	color: #800000;
	text-decoration: none;	
}

