/*
CSS for Danielle Kimzey site
*/
body {
font-family:Verdana, Helvetica, Arial, sans-serif;
background-color: #white;
}
a{
font-weight: bold;
color: #004D28;
}

a:visited {
      color:#54D00;
}
a:hover {
text-decoration: none;
color: green;
background-color: none;
}
a:active {
color: green;
background-color:navy;
}

h1{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-large;
color: #004D28;
text-align:center
}
p {
   font-weight: bold;
   color: #004D28;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }