﻿body 
{
    margin: 0;
    font-family:Tahoma;
    font-size:large;
}
A:link
	{
	
	font-weight:normal;
	font-family:			tahoma;
	color:				black;
	text-decoration:		inherit;
	}
A:active
	{
	
	font-weight:normal;
	font-family:			tahoma;
	color:				black;
	text-decoration:		inherit;
	}
A:hover
	{
	
	font-weight:normal;
	font-family:			tahoma;
	color:				black;
	text-decoration:        underline;
	}
A:visited
	{
	
	font-weight:normal;
	font-family:			tahoma;
	color:				black;
	text-decoration:    inherit;
	}