@import url("layout.css");
@import url("pod.css");

body {
	background: #FFF url("images/bground.jpg") repeat-x;
	font-family: Helvetica, sans-serif, Verdana, Helvetica;
	font-weight: normal;	
	font-size: 0.8em;
	margin: 0;
	text-align: center;
}

a {
	color: #a25fc7;
	text-decoration: none;
}

a:hover {
	color: #da96ff;
	text-decoration: underline;
}
