a:link
{
	color: rgb(0,102,153); 
	text-decoration: none;
}
a:visited
{
	color: rgb(0,153,102); 
	text-decoration: none;
} 
a:active 
{
	color: rgb(0,102,102);
}
a:hover
{
	text-decoration: underline;
}
body
{
	font-family: Garamond, Book Antiqua, Times New Roman;
	background-color: rgb(204,204,153);
	color: rgb(0,51,51);
	margin: 1cm;
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Garamond, Book Antiqua, Times New Roman;
}
h1
{
	color: rgb(0,153,153);
	margin-bottom: 0;
	letter-spacing: 2;
}
h2
{
	color: rgb(0,153,153); 
	margin-bottom: 0;
	margin-top: 0;
}
h3
{
	color: rgb(102,102,102); 
	font-size: larger;
}
h4
{
	color: rgb(0,153,153);
	font-size: larger;
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,102);
}
p.sections
{
	text-align: center;
	word-spacing: 2;
	letter-spacing: 2;
	margin-bottom: 0;
}
span.comment
{
	color: rgb(200,0,0);
	font-family: Verdana;
	font-size: smaller
}