P  {
    font-size : 11;
    font-family : Tahoma;
    font-weight : normal;
    font-style : normal;
    color : #1f1f1f;
    text-decoration : none;
}

H1  {
	font-size : 11;
    font-family : Tahoma;
    font-weight : bold;
    font-style : normal;
    color : black;
    text-decoration : none;
}

H2  {
	font-size : 11;
    font-family : Tahoma;
    font-weight : bold;
    font-style : normal;
    color : red;
    text-decoration : none;
}

H3  {
	font-size : 11;
    font-family : Tahoma;
    font-weight : bold;
    font-style : normal;
    color : #6d6d6d;
    text-decoration : none;
}


}

H4  {  font-size : 13;
    font-family : Tahoma;
    font-weight : bold;
    font-style : normal;
    color : black;
    text-decoration : none;


}


A  {
	font-size : 11;
	font-family : Tahoma;
	font-weight : normal;
	font-style : normal;
	color : navyblue;
	text-decoration : undeline;
}

A:Visited  {
	font-size : 11;
	font-family : Tahoma;
	font-weight : normal;
	font-style : normal;
	color : darkblue;
	text-decoration : underline;
}

A:Active  {
    font-size : 11;
    font-family : Tahoma;
    font-weight : normal;
    font-style : normal;
    color : navyblue;
    text-decoration : underline;
}

A:Hover  {
    font-size : 11;
    font-family : Tahoma;
    font-weight : normal;
    font-style : normal;
    color : blue;
    text-decoration : underline;
}

.copyright a {
  color: gray;
  text-decoration: none;
}

.copyright a:hover {
  color: blue;
}

div.copyright  {
  text-align: center;
  font-size: 11px;
  font-family: Tahoma, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: gray;
  text-decoration: none;
  padding-top: 10px;
}

