#background {

    background-repeat:no-repeat;
    background-image: url('http://www.thevelvets.com/pinkbg.jpg');

}

body, html
{ 
  	color : #ffffff;
	font-size: 8pt;
	font-family: Garamond;
	text-align : justify;
	margin-left : 0px;
	margin-top : 0px;
	margin-right: 0px;
    background-repeat: repeat-x;
    background-image: url('http://www.thevelvets.com/strip.jpg');
  background-color: #ffffff;
  scrollbar-face-color: #ffffff !important;
  scrollbar-shadow-color: #e6c8bc !important;  
  scrollbar-highlight-color: #ffffff !important;
  scrollbar-3dlight-color: #e6c8bc !important;
  scrollbar-darkshadow-color: #ffffff !important;
  scrollbar-track-color: #ffffff !important;
  scrollbar-arrow-color: #e6c8bc !important 


}



p {
    font-size: 8pt; 
    color : #4f2237;
	font-family:  Garamond;
	vertical-align : top;
	text-align : justify;
}

table {
    font-size: 10pt; 
    color : #3c252f;
    padding: 5;
    margin-left : 0px;
    margin-top : 40px;
    margin-right : 0px;
	font-family:  Times New Roman;
	vertical-align : top;
	text-align : justify;
}



h1 {
	font-family: Times New Roman;
	font-size: 11pt; 
	color: #7b706a; 
	
	}


A:link {
    font-weight: bold;
    text-decoration: none;
	color:#c9a292;
	
}

A:visited {
    font-weight: bold;
    text-decoration: none;
	color:#c9a292;
	
}

A:hover {
    font-weight: bold;
    text-decoration: none;
     cursor: hand; 
     color:#fff9f7;
     }
     

A:active  {
    font-weight: bold;
    text-decoration: none;
	color:#c9a292;
}


textarea, input, select {background-color:#f1e1dd;
font-family: Times New Roman; 
color:#392f30; 
font-size:9pt;
border:1px #665c57 solid;
  scrollbar-face-color: #f1e1dd !important;
  scrollbar-shadow-color: #f1e1dd !important;  
  scrollbar-highlight-color: #f1e1dd !important;
  scrollbar-3dlight-color: #f1e1dd !important;
  scrollbar-darkshadow-color: #f1e1dd!important;
  scrollbar-track-color: #f1e1dd !important;
  scrollbar-arrow-color: #665c57 !important

}