body {
	background-color: #000000;
}
.hd1 {
	font-family: "Helvetica";
	font-weight: bold; 
	font-size: 28px;
    color: #000000;
	margin-left: 5px;
}
.hd2 {
	font-family:"Helvetica";
	font-weight: bold; 
	font-size: 22px;
    color: #ff0000;
	margin-left: 4px;
}
.hd3 {
	font-family:"Helvetica";
	font-weight: bold; 
	font-size: 15px;
    color: #0000ff;
	margin-left: 30px;
}
.txt {
	font-family: "Helvetica";
	font-weight: bold; 
	font-size: 12px;
	color: #000000;
	margin-left: 105px;
}
.btn_txt {
	font-family: "Helvetica";
	font-weight: bold; 
	font-size: 12px;
	color: #000000;
}
A:link {
	font-family: "Helvetica";
	font-weight: bold; 
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
A:visited {
	font-family: "Helvetica";
	font-weight: bold; 
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
A:hover {
	color: #ff0000;
	text-decoration: underline;
}
A.hd2:link {
	font-family:"Helvetica";
	font-weight: bold; 
	font-size: 22px;
    color: #ff0000;

}
A.hd2:visited {
	font-family:"Helvetica";
	font-weight: bold; 
	font-size: 22px;
    color: #ff0000;

}
.borders_leftRight {
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}
.borders_leftRightBottom {
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
}
