/* CSS Document */

.rml_link {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	}
	
.rml_hdr {
	font-family: Arial;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color: #6ec059;
	}
	
a:link {
	color: #000000;
	text-decoration: none;	
	}

a:visited {
	color: #000000;
	text-decoration: none;
	}

a:hover {
	color: #6ec059;
	text-decoration: none;
	}

a:active {
	color: #83c76c;
	text-decoration: none;
	}