A:hover
{
	text-transform	: none;
	text-decoration	: none;
	color 			: red;
}

body{
	background-color	: #000000;
}

H1 {
	font-family		: Tahoma, Verdana, New Times Roman;
	font-size		: 36px;
	font-weight		: bold;
	text-decoration	: none;
	color			: #FFF;
}

.bg_green {
	background-color	: #000000;
}

.contact {
	width				: 150ox;
	margin-left			: 6px;
	margin-top			: -55px;
	margin-bottom		: 15px;
	font-size 			: 13px;
	border				: 10px red solid;
}

.table1 {
    position			: relative;
	background-color	: #000000;
	margin-left			: 10px;
	border-right    	: 4px #000000 solid;  
	border-left    		: 4px #000000 solid;  
	border-top    		: 0px;  
	border-bottom    	: 4px #000000 solid;  
}

.table2 {
    position			: relative;
	font-family			: Tahoma, Verdana, New Times Roman;
	font-size			: 12px;
	font-weight			: normal;
	margin-top			: -55px;
	margin-left			: 2px;
    margin-bottom		: 20px;
}

.button_h1 {
	background-image	: url('images/arrow2.jpg');
	background-repeat	: no-repeat;
	margin-left			: 5px;
	margin-right		: 20px;
	width				: 150px;
	height				: 58px;
	border				: 0px;
	cellpadding			: 0px;
	cellspacing			: 0px;
}

.menu_td a {
	font-family			: Tahoma, Verdana, New Times Roman;	
	font-size			: 12px;
	font-weight			: bold;
	text-transform		: none;
	text-decoration		: none;
	color				: #000000;
	align				: center;
	valign				: center;
}

.search {
	font-family		: Tahoma, Verdana;
	font-size		: 12px;
	font-weight		: normal;
	text-decoration	: none;
}