body {
	background: #CCFFFF 
}

p {
	font-family: "times new roman";
	font-size: 13pt;
	color: #003366; /* dark blue */;
	margin-left: 40px
}

p.picture {
	font-family: "times new roman";
	font-size: 13pt;
	color: #CC0000; /* black */;
	margin-left: 60px
}

h1 {
	font-family: "georgia", "times new roman";
	font-size: 24pt;
	font-weight: normal;
	text-align: center;
	color: #003366; /* dark blue */;
}

h2 {
	font-family: "georgia", "times new roman";
	font-size: 24pt;
	font-weight: normal;
	text-align: center;
	color: #003366; /* dark blue */;
}

h3 {
	font-family: "georgia", "times new roman";
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	color: #003366; /* dark blue */;
}

h4 {
	font-family: "arial";
	font-size: 13pt;
	font-weight: normal;
	color: #003366; /* dark blue */;
}

a:link {
	font-style: underline;
	color: #3333FF /* bright blue */
}
a:visited {
	font-style: underline;
	color: #993399 /* purple */
}
a:active {
	font-style: underline;
	color: #993399 /* purple */
}

u {
	text-decoration: none;
	font-weight: bold
}

b {
	color: #0000CC
}
