﻿
a {
	color: #009900;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #008080;
	background-color: #FFFF00;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}
#minutescontent {
	font-family: Verdana, Arial;
	font-size: 10pt;
	padding: 3px;
	width: 90%;
	margin: 10px auto 10px auto;
	text-align: justify;
}
h3 {
	font-family: Verdana, Arial;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
body {
	background-color: #FFFFCC;
}

