﻿a:link  {
	text-decoration: none;
	color: #00FFFF;
}
a:visited {
	text-decoration: none;
	color: #FF00FF;
}
a:active {text-decoration: none;}
a:hover      {
	text-decoration: underline;
	color: #FFFF00
}

basefont     {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	background-color: #FFFFFF;
	color: #FFFFFF;
	text-align: justify;
	font-size: medium;
}
body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-size: medium;
	text-align: justify;
	font-weight: 200;
}

