A{
	color: black;
	font-weight : bold;
	
}
	
A:link {text-decoration: none;
		color: black;
		font-weight : bold;}
A:visited {text-decoration: none;
           color: black;
		   font-weight : bold;}
A:active {
	font-style : none;
	font-weight : bold;
    color: black;}

A:hover {
	text-decoration: none;
	font-weight : bold;
	color :RED; 
	}

TH{
	font-size : 24px;
	color : Blue;}
	
	
	.THbcenter {
	background-color : rgb(255,243,202);
	text-align : center;}
	
	.THbleft {
	background-color : rgb(255,243,202);
	text-align : left;
	font-size : 20px;}

	.ram{
	border : 1px inset White;
	text-indent : 1px;
	color : #000000;}

	.noram{
	border : 1px solid rgb(255,207,49);
	color : #000000;}
	
	.select{
	border : 1px solid rgb(255,207,49);}	

	.adress{
	color: white;
	font : smaller;}
	
	
