body {
font-family: arial, sans-serif;
font-size: 16px;
}

p {
width:75%;
margin-top:0px;
}

h1 {
margin:0px;
}

h2 {
margin:0px;
font-family: arial, sans-serif;
font-size: 1.25em;
font-weight: bold;
}

a {
color:blue;
text-decoration:none;
}

a:hover {
color:red;
text-decoration:underline;
}
a.header  {
color:red;
text-decoration:none;
}

a.footer  {
color:blue;
text-decoration:none;
}

img.right {
float: right;
margin-left: 10px;
}

img.left {
float: left;
margin-right: 10px;
}

.clear {
clear: both;
}


