h1
{
	color: #fff;
	font-family: "georgia";
	margin-left: 0px;
	font-size: 16px;
         font-weight: normal;
         font-style: bold;
	line-height: 25px;
         margin-bottom: 00px;
         margin-top: 0px;
	text-align: center;
         letter-spacing: 0px;
         background: url('design/h1.png');
}
h2
{
	color: #fff;
	font-family: "georgia";
	margin-left: 0px;
	font-size: 15px;
         font-weight: normal;
         font-style: normal;
	line-height: 25px;
         margin-bottom: 00px;
         margin-top: 0px;
	text-align: center;
         letter-spacing: 0px;
         background: url('design/h2.png');
}
h3
{
	color: #fff;
	font-family: "verdana";
	margin-left: 0px;
	font-size: 10px;
         font-weight: normal;
         font-style: normal;
	line-height: 25px;
         margin-bottom: 00px;
         margin-top: 0px;
	text-align: right;
         letter-spacing: 0px;
         background: url('design/h3.png');
}
body {
        background-color: #636363;
        background-image: url('design/bg.jpg');
	background-repeat: repeat-x;
font-family:trebuchet ms;
text-shadow: 1px 1px 2px #6f6f6f;
font-size: 12px;
text-align: justify;
line-height: 13px;
	}

a {
COLOR: #32d3b7;
TEXT-DECORATION: none;
font-weight: bold;
cursor: hand;
}
a:hover {
COLOR: #fff;
background-color: none;
TEXT-DECORATION: uppercase;
font-weight: bold;
cursor: normal;
letter-spacing: 2px;
}