/* CSS Document */

body {
	background-color: #FFFFCC;
}
.header {
	font-size: 16px;
	font-style: normal;
	letter-spacing: 1ex;
	font-weight: lighter;
	line-height: 2em;
	word-spacing: 1px;
}


.text {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	line-height:2em; 
	}
	
.text2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	line-height:11pt; 
	}

a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover {
	color: #003300;
	text-decoration: none;
	
}
a:active {
	color: #993300;
	text-decoration: none;
	
}
