body {
	font-family: Times New Roman;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: blue;
}
v {
	text-decoration: none;
	font-weight: bold;
	color: blue;
}
a:link {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
v:link {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: aqua;
	font-weight: bold;
	text-decoration: none;
}
v:hover {
	color: aqua;
	font-weight: bold;
	text-decoration: none;
}
a.buttons {
	text-decoration: none;
	color: aqua;
}
v.buttons {
	text-decoration: none;
	color: aqua;
}
a:link.buttons {
	color: aqua;
	text-decoration: none;
}
v:link.buttons {
	color: aqua;
	text-decoration: none;
}
a:hover.buttons {
	color: yellow;
	text-decoration: none;
}
v:hover.buttons {
	color: yellow;
	text-decoration: none;
}
a.links {
	text-decoration: none;
	color: aqua;
}
v.links {
	text-decoration: none;
	color: aqua;
}
a:link.links {
	color: aqua;
	text-decoration: none;
}
v:link.links {
	color: aqua;
	text-decoration: none;
}
a:hover.links {
	color: yellow;
	text-decoration: none;
}
v:hover.links {
	color: yellow;
	text-decoration: none;
}
a.top {
	text-decoration: none;
	color: lime;
}
v.top {
	text-decoration: none;
	color: lime;
}
a:link.top {
	color: lime;
	text-decoration: none;
}
v:link.top {
	color: lime;
	text-decoration: none;
}
a:hover.top {
	color: yellow;
	text-decoration: none;
}
v:hover.top {
	color: yellow;
	text-decoration: none;
}
