body{
        margin:0;
        padding:0;
        background-color: #ADD8E6;
        font-size: 1em;
        font-family: Verdana, Geneva, Arial, Helvetica;
}

div.footer {
	border-top: 15px solid #F0F0F0;

	padding-top: 20px;

	margin-top: 20px;
}

p.footer {

	font-family: tahoma, Arial, Helvetica, sans-serif !important;

	font-size: 13px;

	color: #000000;

	text-decoration: none;

	text-align: center;
}

p.footer a {

color: #157DEC;

text-decoration: underline;

}

p.footer a:hover {

color: #00c9b7;

}

h1 {
color:#F535AA;
font-family:tahoma,arial;
font-size:42px;
font-weight:bold;
margin:0.3em 1em;
text-shadow: #F0F0F0 1px 1px 0px;
}

h2 {
font-family:tahoma,sans-serif;
font-size:32px;
font-weight:bold;
margin:0.5em 2em 0.6em;
}

p {
font-family:trebuchet MS,georgia,sans-serif;
font-size:24px;
margin:0.5em 60px;
}

ul{
margin:0.5em 4.5em;
line-height:1.5em;
padding-left: 0; 
list-style-image: url(tick.png);
font-size:20px;
font-family:'trebuchet ms', sans-serif;
}

#submitbutton {
background-color: #FFFC17;
font-weight: bold;
color: #0836A6;
padding: 7px 14px;
font-family: tahoma, verdana, arial, sans-serif;
font-size: 20px;
border: 3px solid #F535AA;
margin-top:0.5em;
}

#submitbutton:hover {
border: 3px solid #157DEC;
}

#submitbutton:hover:active {
border: 3px solid #F535AA;
}

div.submitform {
width:260px;
border: 5px dashed #F535AA;
}

div.submitform:hover {
border: 5px dashed #157DEC;
}