body {
	background-color: #eae7e1
}

.smallblue {
	font-size: 9px; 
	font-family: Arial; 
	color: blue; 
}

.normalblue {
	font-size: 16px; 
	font-family: Arial; 
	color: blue; 
}

.largeblue {
	font-size: 20px; 
	font-family: Arial; 
	color: blue; 
}

.normalblack {
	font-size: 13px; 
	font-family: Arial; 
	color: black; 
}

.boldcourier {
	font-size: 14px; 
	font-family: Courier; 
	color: black; 
	font-weight: bold; 
}

.nodecor {text-decoration: none; }

h1 {
	font-family: arial;
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	color: maroon
}

h2 {
	font-family: arial;
	font-weight: bold;
	font-size: medium;
	text-align: center;
	color: maroon
}

h3 {
	font-family: arial;
	font-weight: bold;
	font-size: medium;
	color: maroon
}

img.center {   
  display: block;   
  margin-left: auto;   
  margin-right: auto; 
}

a:link    {color: #0000ff}
a:visited {color: #ff00ff}
a:active  {color: #0000ff}
a:hover   {color: #ff0000}
