body {
	font-size: 12px;
	text-align: center;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
h1 {
	font-size: 36px;
	margin-top: 100px;
}
h2 {
	font-size: 28px;
	margin-top: 100px;
}
.Text {
	font-size: 18px;
}
.SubText {
	color: #7f7f7f;
	font-size: 12px;
}

.TagText {
	color: #7f7f7f;
	font-size: 10px;
}

.InvText {
	color: #cccccc;
	font-size: 10px;
}

td {
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

a:link {
	color: red;
}

a:active {
	color: red;
}

a:visited {
	color: maroon;
}

a:hover {
	background-color: red;
	color: white;
}

ul {
	text-align: left;
}

.AdText {
	width: 850px;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	font-size: 14px;
}

.AdTop {
	color: #7f7f7f;
	margin-left: 5px;
	margin-top: 5px;
	text-align: left;
	font-size: 10px;
}

.AdBottom {
	margin-right: 5px;
	margin-bottom: 5px;
	color: #7f7f7f;
	text-align: right;
	font-size: 10px;
}

