﻿
body
{
	font-family: sans-serif, verdana, Arial, Helvetica;
	width: 100%; height: 100%; margin-top: 0px; margin-bottom: 0px; margin-right: 0px; margin-left: 0px;
}

div.markerTooltip
{
  font-family: Arial; color: black; font-size:11px; font-weight: normal;
  background-color: #FFFFFF;  margin: 0; text-align:left;
  padding: 1px 3px 1px 3px;  border: solid 1px black;
}

a:link {color: green;}


a.v:link {color: darkred; text-decoration: none;}
a.v:visited {color: darkred; text-decoration: none;}
a.v:hover {color: darkred; text-decoration: underline;}
a.v:active {color: darkred; text-decoration: underline;}
a.v:focus {color: darkred;}

a.p:link {color: blue; text-decoration: none;}
a.p:visited {color: blue; text-decoration: none;}
a.p:hover {color: blue; text-decoration: underline;}
a.p:active {color: blue; text-decoration: underline;}
a.p:focus {color: blue;}

a.g:link {color: gray; text-decoration: none;}
a.g:visited {color: gray; text-decoration: none;}
a.g:hover {color: gray; text-decoration: underline;}
a.g:active {color: gray; text-decoration: underline;}
a.g:focus {color: gray;}

a.e:link {color: green; text-decoration: none;}
a.e:visited {color: green; text-decoration: none;}
a.e:hover {color: green; text-decoration: underline;}
a.e:active {color: green; text-decoration: underline;}
a.e:focus {color: green;}

a:focus { -moz-outline-style: none; }
