************************************************
*       Fonts
************************************************/

p {
	font-family: verdana, Tahoma, Arial;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 10pt;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}

************************************************
*	Hyperlinks									*
************************************************/
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}


a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  font-family: verdana, Tahoma, Arial;
  font-size: 10pt;
  background-color: none;
  color:            blue;
  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;
  font-weight:      bold;
  font-family: verdana, Tahoma, Arial;
  font-size: 10pt;
  background-color: none;
  color:            #7A3254;
  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  underline;
  font-weight:      bold;
  font-family: verdana, Tahoma, Arial;
  font-size: 10pt;
  background-color: none;
  color:            blue;
  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  underline;
  font-weight:      bold;
  font-family: verdana, Tahoma, Arial;
  font-size: 10pt;
  background-color: black;
  color:            white;
  } 

