@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	color: #000000;
	line-height:130%;
	background-image: url(images/headslice.gif);
	background-repeat: repeat-x;
	margin-top: 10px;
}

a, a:visited {
	color: #000;
	text-decoration: underline;
	}

a:hover {
	color: #000;
	text-decoration: none;
	}

