/* 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:link { text-decoration: none } img { border:0px; } a.LogoLink:link { color: white; } a.LogoLink:visited { color: white; } a.LogoLink:hover { color: white; } a.MainLink:link { color: #ffccdd; } a.MainLink:visited { color: #ffccdd; } a.MainLink:hover { color: #ffccdd; } a.light:link { color: #ffccdd; } a.light:visited { color: #ffccdd; } a.light:hover { color: #ffccdd; } h2 { font-size:40px; padding-top:0px; padding-bottom:0px; } h3 { padding-top:0px; padding-bottom:0px; } input.callButton { float: right; font-size:16px; font-family:Verdana,sans-serif; color:white; width:90px; height:40px; background-color:#FF55CC; border-style:none; cursor: pointer; padding: 0px 5px 5px 5px; } input.validateButton { font-size:16px; font-family:Verdana,sans-serif; color:white; width:90px; height:40px; background-color:#FF55CC; border-style:none; cursor: pointer; padding: 0px 5px 5px 5px; } input.validation { height: 38px; width: 200px; font-size:20px; border-color:#FF55CC; padding-top:3px; } body { margin-left: 0%; margin-right: 0%; font-family: Courier, monospace; background-image:url('http://www.escapemydate.com/images/escapeartist-400.jpg'); background-repeat:no-repeat; background-position: 90% 35%; width=100%; } div.main { width: 200px; padding: 5px; border:none; } div.howitworks { text-align: left; width: 480px; } div.header { font-size:14px; height:1%; width: 100%; margin-top: -10px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; padding: 20px 0px 20px 0px; background-color:#ffeeee; } div.topnav { text-align: right; width: 100%; margin-top: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0px; background-color:#ffeeee; background-repeat: no-repeat; background-position: top; } div.bottomnav { text-align: center; width: 100%; margin-top: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0px; padding: 0px 20px 0px 20px; background-color:white; background-repeat: no-repeat; background-position: top; color: white; } div.footernav { font-size:10px; text-align: center; width: 100%; margin-top: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0px; padding: 20px 0px 20px 0px; color:white; background-color:#666655; background-repeat: no-repeat; background-position: top; color: white; } div.subnav { float: right; text-align: right; font-size: 12px; margin: 0px; padding: 0px; background-color:inherit; } 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: 100%; margin-top: 0px; margin-left: auto; margin-right: auto; margin-bottom: 0px; padding: 0px 20px 20px 20px; background-repeat: no-repeat; background-position: top; } div.centerbody { text-align: left; width: 100%px; height: 80%; margin-top: 0px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; padding: 0px 0px 0px 100px; background-repeat: no-repeat; background-position: top; } 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; } div.error { width:300px; }