.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #110900;
}
.mLink {
	color: #790505;
	text-decoration: none;
}
.mLink:hover {
	color: #000000;
	text-decoration: underline;
}

hr { 
color : #fff; 
background-color : #fff; 
border : 1px double #FFCC99; 
border-style : none none double; 
} 

h1 { 
	font-size: 12px;
	font-weight: normal;
	display: inline;
}

h2 { 
	font-size: 12px;
	font-weight: normal;
	display: inline;
}

h3 { 
	font-size: 12px;
	font-weight: normal;
	display: inline;
}

h4 { 
	font-size: 12px;
	font-weight: normal;
	display: inline;
}

h5 { 
	font-size: 12px;
	font-weight: normal;
	display: inline;
}

h6 { 
	font-size: 12px;
	font-weight: normal;
	display: inline;
}

div.scroll { 
height : 70px; 
width : 830px; 
overflow : auto; 
border : 1px solid #D1D1A3; 
background-color : #F8F8F8; 
padding : 8px; 
} 