@charset "UTF-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
h1 {
	font-size: x-large;
	color: #21205f;
}
h2 {
	font-size: large;
	color: #21205f;
}
h3 {
	font-size: medium;
	color: #21205f;
}
p {
	font-size: x-small;
}
a:link {
	color: #06C;
	text-decoration: none;
}
a:visited {
	color: #06C;
	text-decoration: none;
}
a:hover {
	color: #660013;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
ul li {
	font-size: x-small;
	line-height: 16px;
}
table tr td a {
	font-size: x-small;
}

