a {
    text-decoration: none;
}

a:link {
    color:           #336699;
    text-decoration: none;
}

a:visited {
    color:           #225588;
    text-decoration: none;
}

a:active {
    color:           #c07260;
    text-decoration: none;
}


body  {
	color: 			#ff8000;
	text-align:     center;
	font-size: 		11px;
	font-weight:	bold;
	font-family: 	Verdana, Geneva, Arial, Helvetica;
	background: 	#ffffff url(image/bg.jpg);
	margin: 		0px
}
