h1 {
	font-family:Arial,sans-serif;
        font-weight:bold;
	color:#111111;
	font-size:30pt;
}

h2 {
	font-family:Arial,sans-serif;
        font-weight:bold;
	color:#111111;
	font-size:22pt;
}

h3 {
	font-family:Arial,sans-serif;
        font-weight:bold;
	color:#111111;
	font-size:16pt;
}


h4 {
	font-family:Arial,sans-serif;
        font-weight:bold;
	color:#111111;
	font-size:16pt;
}

body {
	font-family:Arial,sans-serif;
        background:#ffeebb;
	color:#111111;
        font-size:10pt;
}

a {
        font-family:Arial,sans-serif;
	font-weight:bold;
	text-decoration:none;
	color:#222233;
}

p {
        font-family:Arial,sans-serif;
        font-size:10pt;
	text-decoration:none;
	color:#111111;
}


a:hover {
	font-weight:bold;
	text-decoration:none;
	color:#000011;
}

