@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	background-image: url(images/wood_panel_t.jpg);
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
}
A, A:link
{
	TEXT-DECORATION: underline;
	color: black;
	font-weight: normal;
}
A:visited
{
	TEXT-DECORATION: underline;
	color : black;
	font-weight: normal;
}
A:hover
{
	TEXT-DECORATION: None;
	color : Red;
	font-weight: normal;
}