body {
	background-color: #1f2465;
	color: #f7f7ce;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: verdana;
	font-size: 11pt;
	}
	
p:first-letter {
	font-size : 14pt;
		}
td {
		font-size: 11pt;
		}
a:link.link {
		color: #f7f7ce;
		text-decoration: none;
		}
a:visited.link {
		color: #f7f7ce;
		text-decoration: none;
		}
a:hover.link {
		color: gold;
		text-decoration: underline;
		}