body {
	background-image: url("/Icons/bg.png");
	background-repeat: no-repeat;
	background-position: 129px 29px;
        background-color: #fcede8;
}
body, select, option { color: #000000; font: 10px trebuchet ms; }

 a{
color : #916739;
text-decoration: none;
letter-spacing : 0;
}
a:hover {
color : #f195b8;
text-decoration: none;
}

ul {
 list-style-type: square;
 list-style-position: inside; 
padding: 0px; 
margin-left: 0px;
 }

b{
color: #7c7438;}


h1 { 
border-bottom: 1px solid #404040;
font-size : 10pt;
font-family : tahoma;
letter-spacing : 0px;
line-height : 10pt;
color : #a80944;
font-weight : bold;
-moz-border-radius-topright: 40px;
text-transform : uppercase;
padding : 4px;
padding-left : 5px;
margin-bottom : 0;
margin-left : 0;
margin-right : 0;
margin-top : 0;
}

.box {
margin-bottom : 5px;
padding-left : 3px;
border: 1px solid #403f3f;
background-color : #1d1d1d;
-moz-border-radius: 20px;
padding-top : 3px;
padding-bottom : 3px;
padding-right : 3px;
width : 97%;
}
.credit { font-size: 10px; }
