@charset "utf-8";
body {
	margin: 2em 3.5em 1em;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: large;
	font-weight: bold;
	color: #0000CC;
}
h5 {
	font-size: x-large;
	font-weight: bold;
	color: #0000CC;
}
p {
	font-size: normal;
	line-height: normal;
}

h4 {
	font-size: large;
	font-weight: bold;
}

h3 {
	font-size: normal;
	font-style: italic;
}


.biglink {
	font-size: large;
	font-weight: bolder;
	color: #0066CC;
}

.style1 {
	color: #006633
}
.style2 {
	font-style: italic;
	font-weight: bold;
}
.style3 {font-style: italic}
.style4 {color: #FF0000}

.style5 {color: #0000FF}
.style7 {font-size: x-large}

.style6 {
	font-size: large;
	color: #0066CC;
	font-weight: bold;
	font-style: italic;
}

