body {
		margin: 0px;
		padding: 0pt;
		font-style: normal;
		background-color: white;
		background-image: url(images/bg-critter.png);
		background-repeat: repeat-y;
		}
		
h1 {
		font-family: 'Comic Sans MS', 'Comic SANS', cursive;
		color: red;
		font-size: 20pt;
		}

h2 {
		font-family: 'Comic Sans MS', 'Comic SANS', cursive;
		color: blue;
		font-size: 16pt;
		}

h3 {
		font-family: 'Comic Sans MS', 'Comic SANS', cursive;
		color: maroon;
		font-size: 14pt;
		}

h4 {
		font-family: 'Comic Sans MS', 'Comic SANS', cursive;
		color: fuschia;
		font-size: 12pt;
		}

p {
		text-indent: 40pt;
		}
		
table {
		border-collapse: collapse;		
		}

ul {
		list-style-type: circle;
		}


div#main {
		font-family: 'Times New Roman', Arial, sans-serif;		
		}

		
div#header_top {
		font-family: 'Comic Sans MS', 'Comic SANS', cursive;
		font-size: large;
		text-align: left;
		color: red;
		}


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;
		}
