
body {background-color: #808080;}

div {
    width: 600px;
    margin: auto;
    font-family: Georgia, Times, 'Times New Roman', serif;
    color: #000000;
}

div.bodytext {
    text-align: justify;
    font-size: 16px;
}

div.header1 {
	text-align: center;
    font-size: 20px;
}

div.header2 {
	text-align: center;
    font-size: 18px;
    font-style: italic;
}

div.footer {
	text-align: justify;
    font-size: 16px;
    font-style: italic;
}
		
p {
    margin: 0 0 0 0;
}

p.firstparagraph {
	text-indent: 0;
}

p.allotherparagraphs {
	text-indent: 25px;
}

p.centered {
	text-indent: 0;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

a:link {
	color: #000000;
	text-decoration: none;
	font-style: italic;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

span.smallcaps {font-variant:small-caps; font-size: larger}

span.italics {font-style:italic;}