body {
	margin: 0;
	padding: 0;
	background: #469 url(../img/bg.gif) repeat-y center;
	font-family: trebuchet ms, sans-serif;
	color: #000;
	}

h1  {
	font-size: large;
	font-weight: bold;
	color: #006;
	}

h2  {
	font-size: medium;
	font-weight: bold;
	color: #009;
	}

p   {
	font-size: small;
	line-height: 1.5em;
	}

ul, li {
	font-size: small;
	line-height: 1.5em;
	}

strong {
	font-weight: bold;
	}

img {
	border: 0;
	}

a:link, a:visited {
	text-decoration: none;
	color: #039;
	}

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

a:active {
	text-decoration: none;
	color: #03f;
	}

.footer {
	font-size: x-small;
	color: #fff;
	background: url(../img/footerbg.jpg) repeat-x top left;
	}