body {
  color: #333366;
  font-family: 'times new roman';
  background-color: #ff9900;
}
h1 {
  color: #6666cc;
  font-family: 'times new roman';
  text-transform: capitalize;
}
h2 {
	color: #F00;
	font-family: 'times new roman';
	text-transform: capitalize;
}
h3 {
  color: #6666cc;
  font-family: 'times new roman';
  text-transform: capitalize;
}
h4 {
  color: #6666cc;
  font-family: 'times new roman';
  text-transform: capitalize;
}
h5 {
  color: #6666cc;
  font-family: 'times new roman';
  text-transform: capitalize;
}
h6 {
  color: #6666cc;
  font-family: 'times new roman';
  text-transform: capitalize;
}
th {
  color: #6060cc;
}

p {
	font-family: Arial;
	color:#000;
	text-indent: 3px;
}

a:link    {color:blue}
a:visited {color:blue}
a:active  {color:darkred}
a:hover   {color:darkred}


.navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #339;
	text-decoration: underline;
	background-color: #CCC;
	display: block;
	padding: 2px;
	width: auto;
}

.navigation:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #CCC;
	display: block;
	padding: 2px;
	width: auto;
}
#copyright {
	font-family: "Times New Roman", Times, serif;
	text-transform: capitalize;
	color: #66C;
	text-align: right;
	padding-right: 23px;
	font-weight: bold;
}
