h1 {
font-family: arial;
font-size: 14pt;
font-weight: 100;
font-stretch: inherit;
letter-spacing: 0.15em;
line-height: 70%;
padding: 0px;
}

h2{
font-family: arial;
font-size: 16pt;
font-weight: 100;
font-stretch: inherit;
letter-spacing: 0.15em;
line-height: 70%;
padding: 0px;
margin-bottom: 30px;
}

body {
background-color: #A9C0D9; 
color: #FFFFFF; 
margin-left: 72px; 
margin-right: 72px;
margin-top: 40px;
font-family: arial; 
font-size: 10pt;
}

h3 {
color: #FFFFFF; 
font-family: arial;
letter-spacing: 0.1em;
font-weight: lighter; 
line-height: 100%;
font-size: 15pt; 
text-align: center;
margin-bottom: 5px;
}

h6 {
font-family: arial;
margin-bottom: 0px;
margin-top: 0px;
Width: 100%;
font-size: 10pt;
font-weight: normal;
}

p{
margin-top: 15px; 
text-align: center;
padding-top: 0px;
padding: 2px;
margin-bottom: 0px;
}


hr { 
color: #CCCCCC; 
height: 1px;
margin-top: 0px;
margin-bottom: 0px;
}

table {
width: 100%;
}

th {
text-align: center;
}


address{
color: #CCCCCC; 
font-family: arial italic; 
font-size: 9pt;
text-align: center;
margin-top: 10px;
}

a:link {
color: #017eff;
<!--blue-->
}

a:visited {
color: #333333;
<!--black-->
}

a:hover {
color: #80f676;
<!--green-->
}

a:active {
color: #ff5870;
<!--pink-->
}

a:link.navbar {
color: #80f676;
<!--green-->
border: none;
background-color: none;
padding: 3px;
width: 72px;
height: 5px;
width: 5px;
margin: 2px;
text-decoration: none;
}

a:visited.navbar {
color: #333333;
<!--black-->
border: none;
background-color: none;
padding: 3px;
width: 72px;
height: 5px;
margin: 2px;
text-decoration: none;
}

a:hover.navbar{
color: #017eff;
<!--blue-->
border: none;
background-color: none;
padding-bottom: 3px;
width: 72px;
height: 5px;
margin: 2px;
text-decoration: none;
}

a:active.navbar {
color: #ff5870;
<!--pink-->
background-color: none;
border: none;
padding: 3px;
width: 72px;
height: 5px;
margin: 2px;
text-decoration: none;
}


