﻿a:link {
	color: #333333;
	text-decoration: none;
	font-size: 18px;
}
a:visited {
	color: #333333;
	text-decoration: none;
	font-size: 18px;
}
a:hover {
	text-decoration: none;
	color: #808080;
	font-weight: normal;
}
a:active {
	color: #333333;
}
body {
	font-family: Century Gothic, Avant Garde, Arial, Helvetica;
}
table {
	table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204);
}
h1, h2, h3, h4, h5, h6 {
	font-family: Century Gothic, Avant Garde, Arial, Helvetica;
	margin-top: 13;
	margin-bottom: 3;
}
h1 {
}
h2 {
	font-size: 18px;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
p {
	margin-top: 5;
	margin-bottom: 0;
	font-size: 20px;
	color: #000000;
	margin-left: 20;
}
