body {
	background-color: #FFFFFF;
}
A:link 
{
	color: #000000;
	font-weight: bolder;


}
A:visited 
{
	color: #333333;
	font-weight: bolder;

}
A:hover 
{
	color: #000000;
	font-weight: bolder;


}
h1 {
	text-transform: capitalize;
	color: #660000;
	font-family: "Times New Roman", Times, serif;
	text-align: center;

}
p {
	color: #660000;
	font-size: 16px;
	font-weight: bold;


}
li {
	color: #660000;
	font-size: 18px;
	font-weight: bold;


}
strong {
	font-weight: bolder;
}
.menutitle {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	text-align: center;


}
menuitem {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
	color: #660000;
}
.mnu 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #660000;
	font-weight: bold;


}
.mnu:link 
{
	color: #660000;
	text-decoration: none;
	font-weight: bold;

}
.mnu:visited 
{
  color: #660000;
  text-decoration: none;
  font-weight: bold;
}
.mnu:hover 
{
  color: #660000;
  text-decoration: none;
  border-bottom: 1px dotted #660000;
  font-weight: bold;
}
