/* CSS Document */
/* stylesheet fuer popup windows */

body {
width:80%;
padding:20px;
text-align:center;
margin:0 auto;
background-image:url(../tools/gold.jpg);
}

#table {
	width:450px;
	height:auto;
	position:relative;
    border:1px dotted #806a4b;
	background-color:#f9f9f9;

}

td { 
width:450px; 
height:auto; 
text-align:center; 
}

.image {
border-top:1px solid #c6a688;
border-left:1px solid #c6a688;
border-right:2px solid #806a4b;
border-bottom: 2px solid #806a4b;
}

h1 {
font-size:90%;
font-weight:normal;
text-align:center;
letter-spacing:0.1em;
color:#800517;
}

p {
font:"Courier New", "Tempus ITC sans", Helvetica, sans-serif;
font-size:90%;
font-weight:normal;
text-align:center;
letter-spacing:0.1em;
color:#806a4b;
}
 .smaller {
font: "Courier New", Helvetica, sans-serif;
font-size:80%;
text-align:center;
font-weight:normal;
}

a:link {
text-decoration:none;
color:#806a4b;
font-weight:bold;
}
a:hover {
text-decoration:none;
color:#800517;
font-weight:bold;
}

