a {text-decoration: none;}
a:active {
	color: blue;
}
a:link {
	color: fuchsia;
}
a:visited {
	color: gold;
}
body {
	font-family: times, 'times new roman', roman, serif;
	margin-right: 10pt;
	margin-left: 10pt;
	line-height: 16pt;
	background-color: teal;
#	background-image: url(img/blue-ribbon.gif);
#	background-attachment: fixed;
	color: white;
	font-size: 12pt;
}

h1 {
	font-size: normal;
	line-height: 30pt;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}
h2 {
	line-height: 30pt;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: normal;
}

p {
	margin-right: 24pt;
	margin-left: 24pt;
}
th {
	font-style: italic;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}
table {
	border-width: thin;
	border: ridge;
	padding: 3;
}


tr {
	border-width: thin;
	border: ridge;
	padding: 3;
}
td {
	border: ridge;
	border-width: thin;
	padding: 3;
}

