body { background-color: #ffffff; color: #2c2c2c; line-height:22px; }
a{ -webkit-transition: color 400ms, background-color 400ms; transition: color 400ms, background-color 400ms; } 
input[type="submit"]{ -webkit-transition: color 400ms, background-color 400ms; transition: color 400ms, background-color 400ms !important; }
a{ white-space: normal; word-wrap: break-word; }
a, a.visited, a:focus  {color:#c79a2c; text-decoration:none; outline:none; }
a:hover{ text-decoration: none; color:#222222;}

address { line-height: 26px; margin-bottom: 10px; }
ol, ul { list-style-position:inside;
    margin-bottom: 10px;
    padding-left: 15px;
}
/* List Style 1 */
ul.list-style1{ list-style:none;}
ul.list-style1 li {
    border-bottom: 1px solid #555555;
    padding: 5px 0;
}
ul.no-bullets {
    list-style: outside none none;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 3px;
}