@charset "UTF-8";

body {
	font-size: 100%;
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	font-size: 0.75em;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.375em;
}

h3 {
	font-size: 1.25em;
}

h4 {
	font-size: 1.125em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.875em;
}

a:link, a:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a:active {
	color: #CCCCCC;
	text-decoration: underline;
}

