﻿
body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: small;
	background-color: #FFFFFF;
}
a:link {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
h3 {
	font-weight: bold;
	font-size: medium;
	text-decoration: none;
	margin: 5px 0px 5px 0px;
}
h4 {
	font-weight: bold;
	font-size: small;
	text-decoration: none;
	margin: 5px 0px 5px 0px;
}
h5 {
	font-size: x-small;
	text-decoration: none;
	margin: 3px 0px 0px 0px;
}

.translate
{
	padding: 0px;
	margin: 0px;
	font-size: x-small;
}

.button
{
	font-size: x-small;
	text-decoration: none;
}
.button a:link {
	border-style: dotted;
	border-width: 1px;
	margin: 1px;
	padding: 2px 7px 2px 7px;
	display: block;
}
.button a:visited {
	border-style: dotted;
	border-width: 1px;
	margin: 1px;
	padding: 2px 7px 2px 7px;
	display: block;
}
.button a:active {
	border-style: dotted;
	border-width: 1px;
	margin: 1px;
	padding: 2px 7px 2px 7px;
	display: block;
}
.button a:hover {
	border-style: solid;
	border-width: 1px;
	margin: 1px;
	padding: 2px 7px 2px 7px;
	display: block;
}
