

body {
			margin: 0;
			padding: 0;
			background: #FFF;
			font-family: Georgia, serif;
			font-size: 12px;
			color: #000000;
		}


h1 {
	font-family: Georgia, serif;
	font-size: 14px;
	color: red;
}

h2 {
    font-family: Georgia, serif;
	font-size: 18px;
}

h3 {
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: bold;
	color: #333366;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #333366;
	display: inline;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #3366CC;
	display: inline;
}

a {
	color: red;
	text-decoration: none;
}

a:link {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: red;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	background-color: #DDD7D7;
}

a:active {
	text-decoration: none;
}

.redtext {
	color: #FF0000;
	font-weight: 700;
}

.greyheadline {
	color: #999999;
	font-weight: 700;
	font-size: 18;
	font-style: italic;
}

.sidebar {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8px;
	}

