h1 {
 font-family: sans-serif;
 font-size: 24px;
 text-align: center;
 color: #0000FF;
}

h2 {
 font-family: sans-serif;
 font-size: 18px;
 text-align: left;
}

p {
 font-family: sans-serif;
 font-size: 14px;
 text-align: justify;
 color: #0000FF;
}

p.form {
 font-family: sans-serif;
 font-size: 14px;
 text-align: right;
 color: #0000FF;
}

p.strong {
 font-family: sans-serif;
 font-size: 14px;
 font-weight: bold;
 text-align: center;
}

p.copy {
 font-family: sans-serif;
 font-size: 10px;
 text-align: center;
 margin-top: 50px;
}

a {
 color: #0000FF;
 text-decoration: none;
 font-size: 14px;
 text-decoration: underline;
}

a:hover {
 color: #80FF00;
}
a.nav {
 font-family: sans-serif;
 font-size: 14px;
 font-weight: bold;
 text-decoration: none;
 color: #0000FF;
}

a.nav:hover {
 color: #80FF00;
}

ul {
 margin-top: 50px;
}

li {
 list-style-type: none;
 margin-left: 100px;

}
