.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;
}

.bLink {
	color: #333333;
	text-decoration: none;
}
.bLink:hover {
	color: #B51212;
	text-decoration: underline;
}

.cLink {
	color: #008000;
	text-decoration: none;
}
.cLink:hover {
	color: #B51212;
	text-decoration: underline;
}

hr { 
color : #fff; 
background-color : #fff; 
border : 1px double #FFCC99; 
border-style : none none double; 
} 

h1 { 
   font-size: 18; 
   margin: 0; 
   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;
}