﻿body 
{
    font-family: Verdana, Arial
}

p.email
{
    font-size: 9px
} 

A:link  {
    text-decoration:    none;
    color:  #5F6A5E;
	font-weight: bold;
}

A:visited   {
    text-decoration:    none;
    color:  #5F6A5E;
	font-weight: bold;
}

A:active    {
    text-decoration:    none;
    color:  #5F6A5E;
	font-weight: bold;
}

A:hover {
    text-decoration:    underline;
    color:  #5F6A5E;
	font-weight: bold;
}