﻿
body
{
	font-family: Georgia, Sans-Serif, Arial, Verdana, Helvetica;
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: small;
}

div.markerTooltip
{
  font-family: Arial;
  color: black;
  font-size:11px;
  font-weight: normal;
  background-color: yellow;
  margin: 0;
  text-align:left;
  padding: 1px 3px 1px 3px;
  border: solid 1px black;
}

div.mkl
{
  color: black;
  font-family: Arial;
  font-size:10px;
  font-weight:bold;
  text-align:center;
}

A:link {text-decoration: underline; font-weight:bold; color: green;}
A:visited {text-decoration: underline; font-weight:bold; color: darkgreen;}
A:active {text-decoration: none; font-weight:bold; color: red;}
A:hover {text-decoration:underline; font-weight:bold; color: red;}
A:focus { outline: 0; -moz-outline: none; }     

