/* CSS Document */

body {
	font-family: Arial, sans-serif;
	font-size: small;
	color: #7f010a;
	background-color: #830000;
	margin: 0px 0 0 0;
	padding: 0px;
}
h1 {
	font-size: medium;
}
.highlight {
	color: #e7d9b4;
}
a:link {
	color: #999999;
	font-style: underline;

}
a:visited {
	color: #999999;
	font-style: italic;
}
a:hover {
	color: #e7d9b4;
}

img {
            border-style: none;
border-color:#000000;
}


