﻿#link {
	border: 1px dashed #663300;
	font-family: tahoma;
	font-size: 7pt;
	text-decoration: none;
	color: #000000;
	background-color: #FFCC66;
	text-align: left;
	padding: 5px;
	margin: 5px;
}
a:active {
	font-family: tahoma;
	font-size: 7pt;
	text-decoration: none;
	color: #FF0066;
	font-weight: bold;
}
a:hover {
	font-family: tahoma;
	font-size: 7pt;
	text-decoration: none;
	color: #FF0066;
	font-weight: bold;
	background-color: #FFFFFF;
	cursor: crosshair;
}
a:link {
	font-family: tahoma;
	font-size: 7pt;
	font-weight: bold;
	text-decoration: none;
	color: #FF0066;
}
a:visited {
	font-family: tahoma;
	font-size: 7pt;
	text-decoration: none;
	color: #CC0066;
	font-weight: bold;
}
table {
	font-family: tahoma;
	font-size: 7pt;
	text-decoration: none;
	font-weight: bold;
}
body {
	font-family: tahoma;
	font-size: 7pt;
	text-decoration: none;
}

