/* CSS Document */

body {background-color:#990000;}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #E3C3A7;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E3C3A7;
}

a:link {
	color: #E3C3A7;
	text-decoration: underline;
	}

