


a {
	background: inherit;
	color: #3182C0; 
}

a:hover {
	background: inherit;
	color: #72A545;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #0378b5;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #0378b5;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0378b5;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #0378b5;
}


.test {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #0478B5;
}



input[type=submit], input[type=reset]
{
	border:2px outset #0478B5;
	font-weight:bold;
	cursor:pointer;
	background-color: #0478B5;
}

input[type=submit]:hover, input[type=reset]:hover
{
	border:2px outset #0478B5;
	font-weight:bold;
	cursor:pointer;
	background-color: #0478B5;
}

input[type=submit]:active, input[type=reset]:active
{
	border:2px outset #0478B5;
	font-weight:bold;
	cursor:pointer;
	background-color: #0478B5;
} 

body
{
	margin-top: 0px;
	margin-bottom: 0px;
}