html * {
margin: 0;
padding: 0;
}

html {
font-size: 100%;
}

body {
font-size: 62.5%; /* 2.5em now equals 25px etc */
font-family: arial, sans-serif;
background: #ffffff;
color: #000000;
}

#wrapper {
width: 760px;
margin: 0 auto; /* center for most browsers */
}

a {
color: #000000;
}

a:hover {
text-decoration: none;
color: #999999;
}

img {
border: none;
}

h1 {
text-align: center;
font-size: 2.4em;
}

p#strap {
background: #000000;
text-align: center;
padding: 2px;
}

p#strap a {
color: #ffffff;
text-decoration: none;
font-size: 1.4em;
font-weight: bold;
}

p.picfirst {
font-size: 1.8em;
font-weight: bold;
margin-top: 10px;
}

p.picfirst img {
float: left;
margin-right: 10px;
}

p.strike {
color: red;
font-size: 2em;
}