body {
    background-color: rgb(219,226,207)
}

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

#innerpage {
	width: 300px;
	margin: 0 auto;
}

h1 {
    font-family: Georgia, Times, serif;
    font-weight: bold;
    font-style: italic;
    font-size: 30px;
    color: rgba(122,150,73,1);
    text-shadow: 0px 1px 1px rgba(255,255,255,.5);
    text-align: center;
    margin-bottom: 20px;
}

h2 {
    font-family: Georgia, Times, serif;
    font-weight: bold;
    font-style: italic;
    font-size: 20px;
    line-height: 24px;
    color: rgba(122,150,73,1);
    text-shadow: 0px 1px 1px rgba(255,255,255,.5);
    margin: 2em 0 .5em 0;
    text-align: center;
}

p {
    font-family: Georgia, Times, serif;
    font-size: 10pt;
    line-height: 14pt;
    color: rgba(122,150,73,.9);
    margin-bottom: 1em;
}

a {
    font-family: Georgia, Times, serif;
    font-size: 10pt;
    line-height: 14pt;
    color: rgba(122,150,73,.6);
    margin-bottom: 1em;    
}

a:hover {
    font-family: Georgia, Times, serif;
    font-size: 10pt;
    line-height: 14pt;
    color: rgba(122,150,73,.8);
    margin-bottom: 1em;
    background-color: rgba(122,150,73,.1);
}

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;
}

