body {
background-image: url(back.jpg);
background-position: top;
background-repeat:repeat-x;
background-color: #9999CC;
margin: 0px;
padding: 0px;
font-family: verdana, helvetica, sans-serif;
font-size: 9pt;
color: #330066;
}

@font-face {
    font-family: "HansHand";
    src: url(http://noble-scarlet.net/marome/hanshand.TTF) format("truetype");
}



input, textarea {
	background-color: #FFFFFF;
	font-family: verdana, helvetica, sans-serif;
	font-size: 8pt;	
	color:#000000; 
	padding: 2px;
	margin: 2px;
	border: 1px solid #888888;
}



h1 {
color: #330066;
border-bottom: 1px solid #663399;
font-weight: normal;
font-family: "HansHand", times, serif;
font-size: 18pt;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
text-align: right;
margin-top: 0px;
}

h2 { color: #663399;
font-family: Georgia, times, serif;
font-size: 12pt;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 2px; }


a:link { color:#330066; text-decoration: underline;  font-weight: bold; }
a:visited { color:#330066; text-decoration: underline;  font-weight: bold; }
a:hover { color:#663399; text-decoration: underline;  font-weight: bold; }


blockquote { 
font-family: verdana, helvetica, sans-serif;
font-size: 9pt;
color: #313131;
letter-spacing: 1px;
	padding: 10px;   
	background-color:#FFFFFF;
	border: 1px solid #888888;
	width: 85%; 
	line-height: 18px;}

i, b {color: #663399; }

p, ul, li {line-height: 18px;
	text-align: justify;
	font-family: verdana, helvetica, sans-serif;
	font-size: 9pt;
	letter-spacing: 1px;	
	color: #330066;}