﻿body {
	color: #FFFFFF;
	background-color: #990000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-indent: 0px;
}
a {
	color: #FFFF00;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF6600;
}
img {
	border: 0px none #800000;
}
li {
	list-style-image: url('../docs/dot.png');
}


