@CHARSET "UTF-8";
body 
{
	font-family: Lucida Grande, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	background: #ffffff;
	background-image:url(../images/bg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the wrapper in IE 5* browsers. The text is then set to the left aligned default in the #wrapper selector */
	color: #5e5e5e;
	
}

h1
{
	color:#933;
}

a
{
	text-decoration: none;
	color: #ffcc00;
}

a:hover
{
	text-decoration: underline;
}

td
{
	vertical-align: top;
}

li
{
	font-size:18px;
	color:#000;
}

hr
{
	border:none;
	border-top:1px dashed #ccc;
}

h2
{
	padding:0px;
	margin:0px;
}