﻿body {
	font-family: "Times New Roman";
	font-size: 12px;
	color: #000000;
	width: 95%;
	background-color: #E0E1E5;
	padding: 5px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	text-align: left;
}
h2 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
a {
	font-family: "Times New Roman";
	font-size: 14px;
	text-decoration: none;
	color: #000000;
}
a:link {
	font-family: "Times New Roman";
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}
a:active {
	font-family: "Times New Roman";
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	color: #000000;
}
a:visited {
	color: #000000;
}
p {
	padding: 0px;
	margin: 0px;
}
img {
	border: 1px solid #000000;
}
