﻿body {
	font-family: Arial;
	font-size: small;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	margin-top: 40px;
}
a {
	text-decoration: none;
	color: #FFFF00;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FFFFAA;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FFFF99;
	font-weight: bold;
}
img {
	border-width: 0px;
}
ul {
	list-style-type:circle;
}
h1, h2, h3, h4, h5, h6, div, p {
	margin: 0px;
}
table {
    margin-left: auto; 
    margin-right: auto; 
}
