A.footer:visited {
  text-decoration: none;
}
A.footer:link {
  text-decoration : none;
}
A.footer:hover {
  text-decoration: underline;
}
A.text:visited {
  text-decoration: underline;
  color: #768A91;
}
A.text:link {
 text-decoration : underline;
 color: #768A91;
}
A.text:hover {
  text-decoration: underline;
  color: Black;
}
.errortext {
	font-family: Times New Roman;
	font-size: x-small;
  font-weight: bold;
  color: Red;
  text-decoration : none;
}

body
{
    font-family: Verdana;
    font-size:small;
}

table
{
    font-size:small;
}

.heading 
{
	font-family: Times New Roman;
	font-size: small;
	font-weight: bold;
	font-style: italic;
	color: #768A91;
}
.text 
{
	font-size: small;
	font-weight: normal;
	color: Black;
}

.footer {
  font-family : Arial, Helvetica;
  font-size: xx-small;
  color: #949494;
  text-decoration: none;
}
.button 
{
	font-family: Times New Roman;
	font-size: small;
	font-weight: bold;
	color: #768A91;
}

A.hyperlink:link
{
	color: Black;
}

A.hyperlink:hover
{
	color: Black;
}

A.hyperlink:visited
{
	color: Black;
}

H3
{
    font-size:small;
    font-style:italic;
    font-weight:bold;
}
