a:link {
	color : #0050d0;
	font-weight : bold;
	text-decoration : none;
	}

a:visited {
	color : #990066;
	text-decoration : none;
	}

a:hover {
	color : #008080;
	font-weight : bold;
	text-decoration : underline;
	}

a:active {
	color : #990066;
	}

h2 {
	color : #336600;
	text-align : center;
	}

h3 {
	color : #336600;
	font-size : 1.25em;
	text-align : center;
	}

body {
	background-color : #e0ffe6;
	font-weight : normal;
	color : #6e1f2a;
	padding-left : 15px;
	}

p, td{
	font-family : georgia, "Times New Roman", serif;
	line-height : 130%;
	}

#container {
	text-align : center;
	}

table {
	border-top : 5px #99cc99 solid;
	border-left : 5px #99cc99 solid;
	border-right : 5px #009933 solid;
	border-bottom : 5px #009933 solid;
	margin-right : auto;
	margin-left : auto;
	padding : 10px;
	text-align : center;
	}
td {
	border : 1px #009933 solid;
	padding : 10px;
	}


