a:link {
    text-decoration: none;
	color: #EBB8B8;
	font-weight: italic;
	border-bottom: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #EBB8B8;
	}
a:visited {
	text-decoration: none;
	color: #EBB8B8;
	font-weight: italic;
	border-bottom: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #EBB8B8;
	}
a:hover {
	text-decoration: italic;
	color: #EBB8B8;
	font-weight: none;
	border-top: 1px;
	border-top-style: dashed;
	border-top-color: #EBB8B8;
	border-bottom: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EBB8B8;
	}
a:active {
	text-decoration: none;
	color: #EBB8B8;
	cursor: move;
	border-top: 1px;
	border-top-style: dashed;
	border-top-color: #EBB8B8;
	border-bottom: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EBB8B8;
	}

body {
    background: transparent;
	font-family: courier new;
	font-size: 8pt;
	color: #FAE2E2;
	margin: 0px;
	cursor: crosshair;
	}
	
.frame {
margin-left: 30px;
margin-bottom: 20px;
margin-top: 30px;
margin-right: 30px;
padding-top: 20px;
padding-left: 0px;
padding right: 10px;
} 

input, select, textarea {
	background-color: #2B0404;
	border-width: 1px;
	border-color: #FAE2E2;
	border-style: line;
	padding: 1px;
	
	font-family: courier new;
	font-size: 8pt;
	color: #FAE2E2;
	}
