body {
    color: #eace76;
    background-color: #000000;	
}

a {
    color: #eace76;
    background-color: #000000;
    border-width: 0px;
}

a:hover {
    color: #eace76;
    background-color: #000000;	
    border-width: 0px;
}

h1 {
    color: #eace76;
    background-color: #000000;
    font-family: verdana, sans-serif;
    font-weight: bold;
    font-size: 10pt;
}

h2 {
    color: #eace76;
    background-color: #000000;
    font-family: verdana, sans-serif;
    font-weight: normal;
    font-size: 8pt;
    text-align: right;
}


div.image {
	 padding: 35px 15px 15px 15px;
    position: relative;;
    text-align: center;
    color: #eace76;
    background-color: #000000;	
}