﻿body
{
	margin:		0px;
}

body, td, th, select, textarea, input
{
	font-family:	verdana, arial, helvetica, sans serif;
	font-size:		10px;
}

a
{
	text-decoration:	none;
	color:				black;
}
a:hover
{
	background-color:	yellow;
}

form
{
	margin:			0px;
}