/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body{
	font-size:small;
	font-family:Arial,sans-serif,helvetica;
	line-height:1.5em;
	background-color:#ccc6be;
	color:#63443a;
	background-image:url(../images/body-bk.jpg);
	background-repeat:no-repeat;
	background-position:center -40px;
}
p,ul,ol{
	margin-bottom:0.5em;
}
h1,h2,h3{
	font-weight:bold;
	margin-bottom:0.5em;
	font-family:Verdana;
}
