/* style.css - a simple style sheet */ link { color: #cc0658; } /* for unvisited links */ :visited { color: #cc0658; } /* for visited links */ a:active { color: #cc0658; } /* when link is clicked */ a:hover { color: #cc0658; } /* when mouse is over link */ a.LogoLink:link {color: white; } a.LogoLink:visited {color: white } a.LogoLink:hover {color: white } a.MainLink:link {color: #cc0658 } a.MainLink:visited {color: #cc0658 } a.MainLink:hover {color: #cc0658 } input.callButton { float: right; font-size:16px; font-family:Verdana,sans-serif; color:#ffffff; width:90px; height:40px; background-color:#cc0658; border-style:none; cursor: pointer; padding: 0px 5px 5px 5px; } body { margin-left: 0%; margin-right: 0%; color: #ffffff; background: #231e24; font-family: Helvetica, Verdana, sans-serif; } #wrapper { text-align: left; margin: 0px auto; padding: 0px; border:0; width: 880px; background: white; } #header { margin: 0 0 15px 0; font size: 0.8em; } #side-a { float: left; width: 300px; } #side-b { float: right; width: 500px; text-align: right; } #content { float: left; width: 56%; } #footer { clear: both; background: #A2A2A2; } div.main { font-size: 30px; border: solid; border-width: thin; border-color: white; width: 25%; background: #faa819; padding: 5px; } div.howitworks { text-align: center; background: #fff9b2; width: 480px; } div.header { text-align: left; width: 880px; margin-top: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0px; padding: 0px 20px 20px 20px; background-color: #faa819; background-repeat: no-repeat; background-position: top; } div.topnav { text-align: right; width: 880px; margin-top: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0px; padding: 0px 20px 20px 20px; background-color: #faa819; background-repeat: no-repeat; background-position: top; color: #faa819; } div.bottomnav { text-align: center; width: 880px; margin-top: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0px; padding: 20px 20px 20px 20px; background-color: #e26d8b; background-repeat: no-repeat; background-position: top; color: white; } div.subnav { float: left; text-align: left; font-size: 12px; margin: 0px; padding: 0px; } div.subnav ul { list-style: none; margin: 0px; padding: 0px; } div.subnav li { display: inline; list-style: none; margin-right: 5px; } div.flexbody { text-align: left; width: 880px; margin-top: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0px; padding: 0px 20px 20px 20px; background-color: #fff; background-repeat: no-repeat; background-position: top;} div.centerbody { text-align: left; width: 880px; height: 400px; margin-top: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0px; padding: 0px 20px 20px 20px; background-color: #fff; background-repeat: no-repeat; background-position: top;} div.logo { float: left; width: 25%; background: #cc0658; border: white; border-width: thin; padding: 5px; link color: white; text-align: center; font-size: 30px; } div.legalese { font-size: 8pt; color: grey; text-align: center; } .settings { margin-left: 30px; margin-top: 15px; } .quote { font-style: italic; } a.plain { text-decoration: none; }