body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-color: #971C0D;
	background-image: url(../images/tile_x.jpg);
	background-repeat: repeat-x;
}
p {
	margin-top: 0em;
	margin-bottom: 0.7em;
}
a:link, a:visited {
	color:#0000FF;
	text-decoration:none;
}
a:hover {
	color:#0000FF;
	text-decoration:underline;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:140%;
	color: #08148E;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C3C3C3;
}
.body {
	background-image:url(../images/body_header.jpg);
	background-repeat:no-repeat;
}