body {
		margin: 0px;
		padding: 0pt;
		font-style: normal;
		background-color: white;
		}
		
h1 {
		color: red;
		}

h2 {
		color: red;
		}

h3 {
		color: blue;
		}

h4 {
		color: blue;
		}

p {
		text-indent: 40pt;
		}
		
table {
		border-collapse: collapse;
		position: relative;
		left: 20pt;
		}

div#main {
		font-family: 'Times New Roman', Arial, sans-serif;
		}

div#main ul {
		list-style-type: circle;
		}

div#header_top {
		font-family: 'Comic Sans MS', 'Comic SANS', cursive;
		font-size: x-large;
		text-align: center;
		color: red;
		}

div#header_links {
		font-family: 'Comic Sans MS', 'Comic SANS', cursive;
		font-size: normal;
		text-align: center;
		color: black;
		}

div#header_links td {
		text-align: center;
		}

div#header_disclaimer {
		font-family: 'Times New Roman', Arial, sans-serif;
		font-size: x-small;
		text-align: center;
		color: black;
		}

div#trailer_signoff {
		font-family: 'Comic Sans MS', 'Comic SANS', cursive;
		font-size: normal;
		text-align: left;
		color: red;
		}

div#trailer_signoff p {
		text-indent: 0pt;
		}

.highlight {
		color: blue;
		}
		
.highlight-b {
		color: blue;
		font-weight: bold;
		}

.highlight-i {
		color: blue;
		font-style: italic;
		}
		
.myindent {
		padding-left: 15px;
		}
				
.project-group {
		color: green;
		}
		
.project-title {
		color: black;
		font-style: italic;
		}