* {
	margin:0;
	padding:0;
}
body {
	background:#d8cfc7 url("../images/background.jpg") no-repeat center bottom;
	font-size:10px;
	color:#333333;
	font-family:Arial, Verdana, Tahoma, sans-serif;
}
h1 {
	font-size:2.2em;
}
h2 {
	font-size:1.8em;
}
h3 {
	font-size:1.6em;
}
h4 {
	font-size:1.4em;
}
h5 {
	font-size:1.2em;
}
a, a:visited {
	color:#2078C2;
	text-decoration:none;
}
a:hover, a:visited:hover {
	color:#2078C2;
	text-decoration:underline;
}
a img {
	border:none;
	height:auto;
}
.left, .fl {float:left;}
.right, .fr {float:right;}
.full, .fw {width:100%;}
.ac {text-align:center;}
.ar {text-align:right;}