/* CSS Document */

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

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

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


