body {
	background-image: url(../pict/background.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #b4b4b4;
	font-size: 12px;
	font-family: 'LucidaGrande', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif, 'Helvetica Neue',Arial,'Liberation Sans',FreeSans, Helvetica;
	padding: 0px;
	color: #726a62;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	color: #7b68ee;
}

hr {
	color: #726a62;
}

h1{font-size:18px;
	font-weight: normal;}
	
h2{font-size:14px;
	font-weight: bold;}
	
h3{font-size:12px;
	font-style: italic;
	font-weight: normal;}
