body         { font-family: Verdana; font-size: 10pt; color: #000000; text-indent: 0; 
               line-height: 100%; margin-left: 0; margin-right: 50; 
               margin-top: 0; margin-bottom: 6 }
.answers     { line-height: 150%; font-family: Verdana; font-size: 10pt; color: #000000; 
               margin-left: 19; margin-top: 0; margin-bottom: 0 }
.pledge      { font-family: Verdana; font-size: 14pt; color: #0075AA; line-height: 100%; 
               font-weight: bold; margin-top: 0; margin-bottom: 0 }
.save        { font-family: Verdana; font-size: 8pt; color: #FFFFFF; font-weight: bold; 
               text-align: center; text-indent: 0; margin-left: 10; 
               margin-right: 10 }
.website     { font-family: Verdana; font-size: 10pt; color: #000000; font-weight: bold; 
               line-height: 150%; margin-top: 18; margin-bottom: 0; margin-right:25 }
.unordered   { list-style-type: disc; line-height: 100%; font-family: Verdana; font-size: 
               10pt; margin-right: 25; margin-top: 0; margin-bottom: 10 }
.navigation  { font-family: Verdana; font-size: 12pt; color: #FFFFFF; font-variant: 
               small-caps; font-weight: bold; margin-left: 10; text-decoration:none; display:block}

.navigation a { color: #FFFFFF; display:block}
.navigation a:link  { color: #FFFFFF; display:block }
.navigation a:visited  { color: #FFFFFF }
.navigation a:hover { color: #000000; font-weight:bold; display:block; background-color:#FFFFFF}
.navigation a:active { color: #FFFFFF; display:block}

.subheading  { font-family: Verdana; font-size: 12pt; color: #000000; font-weight: bold; 
               margin-right: 125; margin-bottom: 22; line-height:150%}
.text        { font-family: Verdana; font-size: 10pt; color: #000000; text-indent: 0; 
               line-height: 150%; margin-left: 0; margin-right: 25; 
               margin-top: 0; margin-bottom: 6 }
               
ul {
	margin: 0;
	padding: 0;
	list-style-type:none; 
	}
	
ul li {
	margin: 0;
	padding: 0;
	float:left;
	}
	
ul a {
	font-size:14px;
	color: #FFFFFF;
	text-decoration:none;
	line-height: 30px;
	margin: 0;
	border-bottom: 1px solid black;
	width: 190px;
	padding-left: 20px;
	background-color: #0075aa;
	float:left;
	display:block; 
	font-weight:bold
	}
	
ul a:hover {
	color: #0075aa;
	background-color: white;
	}
