A:link, A:active, A:visited 
{
border-bottom: 1px #ffffff dotted;
text-decoration:none; 
font-weight:normal;
font-family: arial;
letter-spacing: 1px;
color:#7369BC;}

A:hover {
border-bottom: 1px #ffffff solid;
color:#7369BC;
letter-spacing: 1px;
font-weight:normal;
font-family: arial;
background:none;
cursor:crosshair;

}

.post {
  margin:0 0 2.5em;
  }

textarea, input{
     font-family: georgia;
     font-size: 9px; 
     color: #61829B;
     background: transparent;
     cursor:crosshair;
     letter-spacing: 1px; 
     border:1px solid #DE9072; 
}  

table {position: absolute; top: 0px; left: 0px} 

.head {
	background-color: #ffffff;
	color: #7369BC;
	filter:alpha(opacity=30);-moz-opacity:.30;opacity:.30;
	width: 100%;
	font-family: georgia;
	font-size: 3em;
	letter-spacing: .5em;
	font-weight: bold;
	word-spacing: 0.3em;
	line-height: 10px;
	text-transform: uppercase;
	text-align: right;
	margin-right: 200px;
	margin-top: 7px;
	margin-bottom: 6px;
	padding-bottom: 5px;
	padding-top: 2px;
}


body {
	background-color: #ffffff;
	background-image: url(back.png);
	background-repeat: repeat;
	font-family: arial; 
	letter-spacing: 1px;
      	font-size: 7pt; 
	font-weight: normal;
      	color: #7369BC; 
	


}