body { background-color: #140a2a; color: #2c2c2c; }
#sp-main-body > .container, #sp-page-builder {
    background-color: #ffffff;
}
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:#57469c; text-decoration:none; outline:none; }
a:hover{ text-decoration: none; color:#000000; /* color:#96c746; */ }

address { line-height: 26px; margin-bottom: 10px; }

/* Link colors */
.link-hover1 a:hover, a.link-hover1:hover{color:#d3d3d3;}
.color1 {color:#99cc00;}
.color2 {color:#cc99ff;}
.color3 {color:#ffcc00;}

ol, ul {
    margin-bottom: 10px;
    padding-left: 15px;
}
