body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
}
p {
	font-family: Verdana;
	color: black;
	font-size: 16px;
}
h1 {
	font-family: Verdana;
	color: green;
}
h2 {
	font-family: Verdana;
	color: green;
}
h3 {
	font-family: Verdana;
	color: green;
}
h4 {
	font-family: Verdana;
	color: green;
}
h5 {
	font-family: Verdana;
	color: green;
}
h6 {
	font-family: Verdana;
	color: green;
}
table {
	border-collapse: collapse;
	margin: 0px;
	font-family: Verdana;
	font-size: 15px;
}
td {
	border-collapse: collapse;
	margin: 0px;
	font-family: Verdana;
}
a:link {
	font-family: Verdana;
	text-decoration: none;
	color: green;
	font-weight: bold;
}
a:visited {
	font-family: Verdana;
	text-decoration: none;
	color: green;
	font-weight: bold;
}
a:hover {
	font-family: Verdana;
	text-decoration: none;
	color: red;
	font-weight: bold;
}
a:active {
	font-family: Verdana;
	text-decoration: none;
	color: green;
	font-weight: bold;
}
a.buttons:link {
	font-family: Verdana;
	text-decoration: none;
	color: yellow;
	font-weight: bold;
	font-size: 24px;
}
a.buttons:visited {
	font-family: Verdana;
	text-decoration: none;
	color: yellow;
	font-weight: bold;
	font-size: 24px;
}
a.buttons:hover {
	font-family: Verdana;
	text-decoration: none;
	color: green;
	font-weight: bold;
	font-size: 24px;
}
a.buttons:active {
	font-family: Verdana;
	text-decoration: none;
	color: green;
	font-weight: bold;
	font-size: 24px;
}
a.small {
	font-family: Verdana;
	text-decoration: none;
	color: green;
	font-weight: bold;
	font-size: 9px;
}