body {
	color: #000;
	background-color: #fff;
	background-image:url('images/back.gif');
	margin: 0px; 
	padding: 0px;
}

p {
	font-family: monospace;
	font-size: 1.2em;
}

img {
	border: none;
}

a {
	color: #00c;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #c00;
	text-decoration: underline;
}

#logo {
	height: 60px;
	background-color: #c00;
	border-bottom: 2px solid black
}


#header {
	font-size: 1.2em;
	text-align: center;
}

#footer {
	font-size: 1.2em;
	text-align: center;
}

