h1 {
  font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
}
 
h2 {
  font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
}

h4 {
  font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
}

h5 {
  font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
}

h6 {
  font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
}

 
.standardtext {
	font-size: 12;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.standardtext a:hover {
	font-weight: bold;
	color: #008800;
	text-decoration: underline;
}.insidetext {
	font-size: small;
	font-style: italic;	
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	margin-left: 50px;
	margin-right: 50px;
}

.boldtext {
	font-weight: bold; 
	font-size: small; 
	color: #006600; 
	font-family: Arial, Helvetica, sans-serif;
}

.menutext {
	font-weight: bold; 
	font-size: small; 
	color: #006600; 
	font-family: Arial, Helvetica, sans-serif;
}

.bigtitletext {
	font-weight: bold; 
	font-size: xx-large; 
	color: #006600; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.titletext {
	font-weight: bold; 
	font-size: x-large; 
	color: #006600; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.subtitletext {
	font-weight: bold; 
	font-size: large; 
	color: #006600; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.smalltext {
	font-weight: normal; 
	font-size: xx-small; 
	color: #006600; 
	font-family: Arial, Helvetica, sans-serif;
}

.authortext {
	font-weight: normal;
	font-style: italic; 
	font-size: small; 
	color: #006600; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

a:active {
	font-weight: bold;
	color: #006600;
	text-decoration: none;
}
a:link {font-weight: bold; color:#006600; }
a:visited {font-weight: bold; color: #006600; }
a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
