html {height: 100%; width:100%;}
body { font-family: Helvetica, Arial, sans-serif; font-size:14px; line-height: 1.3; color: #33348e; height: 100%; padding:0;background-color: white;}

a:link { color:#33348e; text-decoration: none; }
a:visited { color:#33348e; text-decoration: none; }
a:hover { color:#33348e; text-decoration: none; }
a:active { color:#7476b4; text-decoration: underline; }
h1 {
    color: navy;
    margin-left: 20px;
}
h2 {
    color: navy;
    margin-left: 20px;
}
li {
	text-align: left;
	font-size:small;
}