A:Link, A:Active, A:Visited {
	cursor: help;
	text-decoration:none;
	color: #985b1c;
	font-family: Arial;
	font-size: 12px;
	letter-spacing : 2px;
	font-weight : bold;
}

A:hover	{
	cursor: help;
	text-decoration: underline overline;
	color: #985b1c;
	font-family: Arial;
	font-size: 12px;
	letter-spacing : 2px;
	font-weight : bold;
}


body, table {
	background-color:#f3d7e5;
	font-size: 14px;
	font-family: "MS Serif", "New York", serif;
	color:#cc528f;
	text-align : justify;
	margin : 0px 0px 0px 0px;
}


h1:first-letter {
	color: #cc528f;
	font-family: Georgia, Trebuchet MS, Arial, Verdana, Sans-Serif;
	letter-spacing : 2px;
	font-size: 28px;
	text-transform : lowercase;
}

h1 {
	font-size: 15px;
	font-family: Georgia, Trebuchet MS, Arial, Verdana, Sans-Serif;
	color:#fffeff;
	letter-spacing : 2px;
	text-transform : uppercase;
	text-align : center;
}



h2 {
	letter-spacing : 4px;
	font-size : 13px;
	font-family: Georgia, Times New Roman, sans-serif;
	color : #6c3942;
}

input, textarea, option, select {
	background-color: #f3d7e5;
	font: 12px Tahoma;
	color: #6c3942;
	border: 1px solid #ffffff;
}