body {
    background-color: #fff
}

#page {
    width: 545px;
    margin: 30px auto;
}

#innerpage {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}

p {
    font-family: Georgia, Times, serif;
    font-style: italic;
    font-size: 10pt;
    line-height: 14pt;
    color: #666666;
    margin-bottom: 1em;
}

a {
    font-family: Georgia, Times, serif;
    font-size: 10pt;
    line-height: 14pt;
    color: #b3b3b3;
    margin-bottom: 1em;
    text-decoration: none;
}

a:hover {
    font-family: Georgia, Times, serif;
    font-size: 10pt;
    line-height: 14pt;
    color: #b3b3b3;
    margin-bottom: 1em;
    background-color: #e6e6e6;
}

p.imagetag {
    margin-top: 20px;
    padding: 2px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(122,150,73,.4);
    color: rgba(255,255,255,.6);
    text-align: center;
    font-weight: bold;
    font-style: italic;
}


