@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #DE7A1C;
}

h1 {
	font-size: 2em;
	font-weight: bold;	
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.3em;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #650360;
}

a {
	text-decoration:underline;
	color: #4F71B0;
}
