* {
	margin: 0;
	padding: 0;

	color: black;
	font-size: 10px;
	font-family: verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

h1 { font-size: 22px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; }
h6 { font-size: 12px; }

strong, em
{
	font-weight: bold;
}

p {
	font-size: 10px;
	margin: 10px;
	margin-top: 6px;
}

ul, ol {
	margin: 10px;
	margin-top: 6px;
	list-style-position: inside;
	list-style-type: none;
}

a {
	color: #3f1fcf;
	text-decoration: none !important;
	text-shadow: #bfbfbf 1px 1px 1px;
}
a:visited
{
	color: #af1faf;
	text-shadow: #bfbfbf 1px 1px 1px;
}
a:hover
{
	color: #cf1f3f;
	text-shadow: #ffbfbf 1px 1px 1px;
}

a img { border: 0; }

th img {
	display: block;
	margin: auto;
}

table {
	margin-bottom: 10px;
	border: 1px solid #3f3f3f;
	border-collapse: collapse;
}
caption {
	padding: 2px 4px;
}
td, th {
	text-align: center;
	vertical-align: middle;

	width: 3.5ex;
	padding: 4px 4px;
	border: 1px solid #7f7f7f;
}
th {
	font-weight: bold;
	background-color: inherit;
	color: inherit;
}
td {
	background-color: inherit;
	color: inherit;
}
