html { 
  font-size:100%; 
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #666666;
}

.header {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 2em;
  font-weight: bold;
  color: #000000;
}

.footer {
  font-size: 0.65em;
}

.head1 {font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.8em;
  font-style: italic;
  font-weight: bold;
  color: #333333;
}

a sup{
  text-decoration:none;
  border-bottom-color: #551a8b;
}

textarea {
   font-family: inherit;
   font-size: inherit;
}

input {
   font-family: inherit;
   font-size: inherit;
}

.form select, .form option {
    font-size: 1em;
}

.selector {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: normal;
  color: #006600;
}

.success { 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  color: #00CC00;
}

.wrong {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.8em;
  font-weight: bold;
  color: #CC0000;
}

.mediumnotes {
  font-size: 0.88em;
}

.smallnotes {
  font-size: 0.75em;
}

.tinynotes {
  font-size: 0.6em;
}
