body  {
    background-color: #001a31;
	background-image : url("http://www.fact.org/reading/images/spacetile.jpg");
	font-family : "book antiqua", agaramond, times, serif;
	color: black;
	font-size: medium;
}

div#content
{
	background-color: #ffdca9;
	color: black;
	padding: 16px;
}

div#report p
{
	text-indent : 1cm;
	margin-top: 0;
	margin-bottom: 0;
}

h1 {
	font-size : x-large;
	color : #ccccff;
    font-family : "century gothic", "trebuchet ms", helvetica, arial, sans-serif;
	margin-top: 0;
	margin-bottom: 5px;
}
h2 {
	font-size : medium;
	color: #880088;
        font-family : "century gothic", "trebuchet ms", helvetica, arial, sans-serif;
	margin-top: 1em;
	margin-bottom: 5px;
}
h3 {
	font-size : medium;
	color: #0000aa;
        font-family : "century gothic", "trebuchet ms", helvetica, arial, sans-serif;
	margin-top: 1em;
	margin-bottom: 5px;
}
h4  {
	font-size : medium;
	color: #000000;
        font-family : "century gothic", "trebuchet ms", helvetica, arial, sans-serif;
	margin-top: 1em;
	margin-bottom: 5px;
}

h5  {
	font-size : small;
	color: #000000;
        font-family : "century gothic", "trebuchet ms", helvetica, arial, sans-serif;
	margin-top: 1em;
	margin-bottom: 5px;
}

h6  {
	font-size : small;
}

img {
	border: 0;
}

img#flyer {
	border: 2px;
	float: left;
	margin: 10px;
} 

img#logo {
	float: right;
	margin: 10px;
} 

p  {
	margin-top: 1em;
	margin-bottom : 0em;
}

p#center  {
	text-align: center;
}

table#header {
	background: #bbbbff;
	width: 100%;
	cellpadding: 4px;
	margin: 16px;
}

table#navigation {
	background: #f5f2a5;
	border-collapse: collapse;
	color: black;
	width: 100%;
}

table#navigation td {
	border: 1px solid #91268f;
}

table#navigation td a {
	text-decoration: none;
}

table#navigation td a:hover {
	background-color: #ffccaa;
}