body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	font-size: 12px;
	text-indent: 12px;
}
li {
	font-size: 12px;
}
a:link {
	color: #A11D21;
	text-decoration: underline;
	cursor: hand;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #FCF4D8;
	background-color: #A11D21;
}
a:active {
	font-style: italic;
	color: #FCF4D8;
	background-color: #A11D21;
}
h1 {
	font-size: 14px;
	color: #FCF4D8;
	background-color: #A11D21;
	width: 450px;
	padding-left: 50px;

}
table {
	font-size: 12px;
}
h2 {
	font-size: 13px;
	color: #A11D21;
}
menu {
  border-right-width:1px;
  border-right-style:dotted;
  border-right-color:#A11D21;
  padding-right:3px;

}
