body {
  background-color: #CCCCFF;
  color: #000000;
  font-family: Arial;
  font-size: 14px;
}

a{
    font-family: Arial;
	font-size: 14px;
	font-style: normal;
	color: #660099;
	font-weight:normal;}

a#plain{
    font-family: Arial;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	font-weight:normal;}
	
td{
    font-family: Arial;
	font-size: 14px;
	font-style: normal;
	color: #000000;
	font-weight:normal;}
	
h2{
	background-color: #CC99FF;
}
h1{
	font-size: 18px;}

.navigation{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #660099;
	text-decoration: none;
	background-color: #CC99FF;
	padding: 5px;
	display: inline;
}

.navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFCCFF;
	text-decoration: none;
	background-color: #9900CC;
	display: inline;
	padding: 5px;}

.navigation:active{
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #9900CC;
	text-decoration: none;
	background-color: #FFCCFF;
	padding: 5px;
	display: inline;}	
	
.small{
    font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #660099;}
	
.small:hover{
    font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000099;}

.small:active{
    font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CC99FF;}
	