body {
	margin-bottom:0px; margin-left:0px; margin-right:0; margin-top:0px;
}

.title1 {
	font-size: 24px;
	color: #A33532;
	font-weight: bold;
	font-family: "Times New Roman", Tahoma, "Trebuchet MS";
	text-decoration: none;
}

.menu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A33532;
	font-weight: bold;
	text-decoration: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	text-decoration: none;
}

a.title1:hover{
	text-decoration: underline;
}
a.menu1:hover{
	text-decoration: underline;
}

input.content { 
	border: solid #000066 1px; 
}

textarea { 
        align: bottom;
        background:#E5E5E5; 
        color:black; 
        border: solid #e7e7e7 1px; 
        padding: 4px;
        SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #EFEDE8;
	SCROLLBAR-SHADOW-COLOR: #EFEDE8;
	SCROLLBAR-3DLIGHT-COLOR: #9F9FA0; 
	SCROLLBAR-ARROW-COLOR: #353439; 
	SCROLLBAR-TRACK-COLOR: #EFEDE8; 
	SCROLLBAR-DARKSHADOW-COLOR: #272728;
}
