@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
}

.footer {
	font-size: small;
	text-align: center;
	color: #000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#C93
}

p, ul, li, ol {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

a:link {
		color: #000;
}
a:hover { 
	font-style: italic;
} 
a:visited {
		color: #000;
}

