body, table, tr, td {
                 background-color: #98828B;
	font: 12px trebuchet ms; 
	color: #CAB3BF;
	cursor: default;
	letter-spacing: 1px}

.layout {
     background-color: #B45587;
     color: #ffffff;
     width: 500px;
     padding: 0px;
     text-align: justify;
     border: 0px solid #B45587;
     margin-right: auto;
     margin-left: auto;
     text-align: center;
}
.links {
    background-color: #B45587;
	color: #FF4040;
	text-align: center;
	font-family: tahoma;
	font-size: 8pt;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
    	margin-right: auto;
    	margin-left: auto;
}

.content {
     background-color: #B45587;
     color: #CAB3BF;
     font-family: tahoma;
     font-weight: normal;
     text-align: left;
     font-size: 8pt;
     padding: 0px;
     border: 0px;
     width: 95%;
     margin-right: auto;
     margin-left: auto;
}
.heading {
     background-color: #B45587;
     font-weight: bold;
	 font-size: 12px;
     color: #CAC6DC;
     font-family: georgia;
	 text-transform: uppercase;
	 letter-spacing: 2px;
	 border-bottom: 0px solid #B45587;
}

a:link, a:active, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #CAC6DC;
}
a:hover {color: #7D294A;
font-weight: normal;
text-decoration: none;
cursor: help;
}

text-decoration: underline}
input, textarea, option, select {
	background-color: #B45587;
	font: 12px;
	text-decoration: none;
	color: #CAB3BF;
	letter-spacing: 1px;
	border: 1px solid #CAB3BF;
	padding:2px; }
