* { padding: 0; margin: 0; }

body {
	color: #222222;
	margin:0;
	padding:0;
	text-align: center;
	font: lighter normal 14px/normal Verdana, Arial, Helvetica, sans-serif;
	background: #E5DAC8 url(images/bg.jpg) repeat-x;
}

h1 {
 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
 font-size: 20px;
 font-weight: lighter;
 font-style: italic;
}

h2 {
 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
 font-size: 16px;
 font-weight: lighter;
 font-style: italic;
}

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

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

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

.clear { clear: both; background: none; }
