@charset "utf-8";
/* CSS Document */

.Alltext {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #333333;
}
.Heading1 {
	font-size: large;
	color: #800000;
	text-decoration: underline;
}
a:link {
	color: #FF6600;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #660000;
}
a:active {
	color: #FF0000;
}
.ConstantSmall {
	font-size: small;
}
body {
	background-color: #d5d6d7;
}
