body {
 font-size: 62.5%;
 font-family: Georgia, Times, serif;
 color: #eee;
 background: #000000 url(../images/andrewgwozdziewycz-small-bw00.jpg) no-repeat;
 margin: 0;
 padding: 0;
}

#wrapper {
 margin: 100px 0 30px 40px;
 width: 500px;
}
#content {
 
}
#content h1, p {
 font-size: 2.8em;
 line-height: 1.2;
 margin: .4em 0 0 0;
 padding: 0;
}
#content h1 {
 color: #D3FFF7;
 font-weight: normal;
}
#content p {
 color: #D3FFF7;
}

#content p a.yours {
 color: #009FF0;
 text-decoration: none;
}
#content p a.yours:hover {
 text-decoration: underline;
}

#content p a {
 text-decoration: none;
 color: #669C33;
}
#content p a:hover {
 text-decoration: underline;
}

