body {
	margin:0;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #f7e8ed;
	}

tr, td, body{font-size:10px;
font-family:verdana;
color:#ad4b8c;
line-height:13px;
text-align:justify;
cursor:default;}

a{color:#e06587; font-family:century gothic; text-decoration:none; cursor:help;}
a:hover{color:#b1afc2; text-decoration:none;}
b{font-family:arial; color:#db7273; font-size:11px}
i{font-family:arial; color:#db7273; font-size:11px}

#main {
	width:485px;
	margin-left:10px;
	margin-top: 0px;
	margin-bottom:30px;
	}

h1 {
background-image: url(header.jpg);
background-repeat: no-repeat;
border-bottom: 4px solid #f9f9f9;
text-align: left;
padding-left: 70px;
padding-bottom: 2px;
color: #e098bc;
font-size: 20px;
line-height: 17px;
font-family: arial;
letter-spacing: 10px;
text-transform: uppercase;
margin-top: 10px;
margin-bottom: 7px;
}

.image {
border: 5px solid #e6d6db;
border-style: solid;
background: #e6d6db;
}

img:hover.image {
	border-color: #c3b0b6;
}

textarea, input {background:#f6d9ed; border:1px dotted #992e7c; color:#e9afc8}