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