/** Redefinitions **/

body {
	border: 0;
	
	background-color: #fff;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000;
}

h1 {
	font-size: 210%;
	font-weight: bold;
	color: #039;
	
	margin-top: 0;
	margin-bottom: 10px;
}
h2 {
	font-size: 180%;
	font-weight: bold;
	color: #039;
	
	margin-top: 0;
	margin-bottom: 10px;
}
h3 {
	font-size: 150%;
	font-weight: bold;
	color: #039;
	
	margin-top: 0;
	margin-bottom: 10px;
}
h4 {
	font-size: 120%;
	font-weight: bold;
	color: #039;
	
	margin-top: 0;
	margin-bottom: 10px;
}
h5 {
	font-size: 100%;
	font-weight: bold;
	color: #039;
	
	margin-top: 0;
	margin-bottom: 10px;
}

p, table, form {
	margin: 0 0 10px 0;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
}

hr {
	margin: 5px 0;
	height: 1px;
	color: #000;
}

a, a:visited {
	color: #039;
	text-decoration: underline;
}
a:hover, a:active {
	color: #039;
	text-decoration: none;
}

/** ##### **/