a:link {
    text-decoration: none;
	color: #F8B8B8;
	font-weight: italic;
	border-bottom: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #F8B8B8;
	}
a:visited {
	text-decoration: none;
	color: #DDAAAA;
	font-weight: italic;
	border-bottom: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #DDAAAA;
	}
a:hover {
	text-decoration: italic;
	color: #DDAAAA;
	font-weight: none;
	border-top: 1px;
	border-top-style: dotted;
	border-top-color: #DDAAAA;
	border-bottom: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #DDAAAA;
	}
a:active {
	text-decoration: none;
	color: #DDAAAA;
	cursor: move;
	border-top: 0px;
	border-top-style: dotted;
	border-top-color: #DDAAAA;
	border-bottom: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #DDAAAA;
	}

body {
    background: #000000 url('SpencerMansion/bg.jpg') no-repeat fixed;
	font-family: courier new;
	font-size: 8pt;
	color: #F9CECE;
	margin: 0px;
	}

.frame1 {
margin-left: 0px;
margin-bottom: 0px;
margin-top: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-righ: 0px;
}
	
.frame {
margin-left: 20px;
margin-bottom: 0px;
margin-top: 30px;
margin-right: 20px;
padding-top: 20px;
padding-left: 0px;
padding right: 10px;
} 

input, select, textarea {
	background-color: #000000;
	border-width: 1px;
	border-color: #C6D3E5;
	border-style: dotted;
	padding: 2px;
	
	font-family: Courier New;
	font-size: 8pt;
	color: #C6D3E5;
	}
