/*Dave, I added the link styles as well. You do not have any list styles and I'm not sure you will need them.
If you do, let me know */

p {
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 margin-left : 41px;
 color : #000000;
 }
 
a:link {
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-weight : bold;
 color : #339999;
}

a:visited {
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-weight : bold;
 color : #000000;
}
 
a:hover {
 font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-weight : bold;
 color : #999999;
 text-decoration : none;
}

body {
	background-color : #FFFFFF;
 margin-top : 40px;
}

.body {
 font-family : Geneva, Arial, Helvetica, sans-serif;
 margin-left : 41px;
}

h1 { 
 font-family : Geneva, Arial, Helvetica, sans-serif;
 margin-left : 41px;
 color : #000000;
 margin-top : 30px;
 }
 
.teal {
 color : #339999;
}
 
.grey {
 color : #999999;
}
 
h2 {
 font-family : Geneva, Arial, Helvetica, sans-serif;
 margin-left : 41px;
 color : #339999;
 }
 
.center {
 text-align: center;
 }
 
.copyright {
 font-family : Geneva, Arial, Helvetica, sans-serif;
 margin-left : 41px;
 font-size : xx-small;
 color : #999999;
}

ul {
 font-family : Geneva, Arial, Helvetica, sans-serif;
 margin-left : 41px;
 color : #000000;
 list-style-type : disc;

li {
 font-family : Geneva, Arial, Helvetica, sans-serif;
 margin-left : 41px;
 color : #000000;
 list-style-type : disc;
}
