body {background-image : url(bg.jpg);
background-position : top;
background-repeat : repeat-x;
}


body, table, tr, td {
FONT-SIZE: 10px; COLOR: #787878; 
FONT-FAMILY: tahoma;
line-height: 14px;
}


a:link, a:active, a:visited { 
FONT-SIZE: 10px; 
COLOR: #d1557f; 
FONT-FAMILY: tahoma; 
TEXT-DECORATION: none
} 

a:hover { 
FONT-SIZE: 10px;
COLOR: #ff598f; 
FONT-FAMILY: tahoma; 
TEXT-DECORATION: none;
}

b {
COLOR: #00a5ce;
}

u {
COLOR: #a64f78;
}

i {
COLOR: #9568e2;
}

	
.title:first-letter {
color: #3cc3d7; 
text-transform: uppercase;
}


.title{color: #ff92b6;
font-family: georgia, trebuchet ms;
font-size: 8pt;	
font-weight: bold;	
letter-spacing: 5px;
text-align: left;
text-transform: lowercase;
line-height: 13pt;
border-bottom: 1px dashed #fe3577;
 }
 
 
 
 
 blockquote {
padding-left: 10px;
margin-right: 10px;
margin-left: 10px;
margin-bottom: 10px;
background-color: #e1f6f8;
text-align: left;
font-family: arial, sans serif;
font-size: 10px;
line-height: 14px;
}



input, textarea, select { 
	font-family: Arial;
	font-size: 10px;
    background-color: #fae6ed;
    border-bottom: 1px solid #b1e4e7;
	border-top: 1px solid #b1e4e7;
	border-left: 1px solid #b1e4e7;
	border-right: 1px solid #b1e4e7;
    color: #ff1964;
	padding: 2px;
	letter-spacing: 1px; 
}