html {
	margin: 0px;
	padding: 0px;
	}
body,td,p {
	margin: 3px;
	padding: 3px;
	border: 0;	
	color: #000000;
	font-size: 12px;
        line-height:1.3
	font-weight: normal;
        font-family: Tahoma,Verdana, Helvetica, Arial, sans-serif, ËÎÌå;
	}
img {
	border: none;
	}
a {
	text-decoration: none;
	font-weight: normal;
	color: blue;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	color: #ff0000;
	}
.hello {
	text-decoration: none;
	font-weight: normal;
	color: white;
	}
.hello:hover {
	text-decoration: none;
	color: white;
	}
.text {
	text-decoration: none;
	font-weight: normal;
	color: black;
	}
.text:hover {
	text-decoration: none;
	color: black;
	}
.h {
	background-color: #99CCFF;
	font-weight:bold;
	}
.h1 {
        background-color:#f4fae2;
        }