body, table, tr, td {
                 background-color: #32384C;
	font: 8pt georgia; 
	color: #C0BEC0;
	cursor: default;
	letter-spacing: 1px}

a:link, a:active, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #9A96AD
}
a:hover {color: #9A96AD;
font-weight: normal;
text-decoration: none;
}

.heading
	{
	font-size: 14px;
	font-family: georgia; 
	font-weight: bold;
	color: #A0A1A5;
                  letter-spacing: 4px;
	padding: 0px; 
	border-width: 0pt;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	}

input, textarea, option, select {
	background-color: #32384C;
	font: 8pt georgia;
	text-decoration: none;
	color: #C0BEC0;
	letter-spacing: 1px;
	border: 1px dotted #C0BEC0;
	padding:2px; }


ul {
   list-style-type: square;
}

.block {
background-color : #22283E;
border-left : 3px dashed #A0A1A5;
border-right : 3px dashed #A0A1A5;
border-top : 3px dashed #A0A1A5;
border-bottom : 3px dashed #A0A1A5;
color : #C0BEC0;
margin : 0 auto;
padding : 10px;
width : 80%;
}
.block a {
background-color : #22283E;
color : #A0A1A5;
}
.block a:hover {
background-color : #32384C;
color : #A0A1A5;
}