*, html {
margin: 0;
padding: 0;
}

body {
background: #ffffff;
text-align: center;
font-family: trebuchet ms, arial, verdana, serif;
}

img {
border: 0;
}

h1 {
color: #ffffff;
}

h2 {
color: #242f33;
}

h3 {
color: #55849c;
}

p {
line-height: 1.7em;
font-size: 13px;
}

a {
color: #1a77a7;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

ol {
list-style-type: decimal;
}

ol li {
margin-left:30px;
margin-bottom: 10px;
font-size: 13px;
font-family: trebuchet ms, arial, verdana, serif;
line-height: 1.7em;
}

.left {
float: left;
}

.right {
float: right;
}

.clear {
clear: both;
} 