body, html { margin: 0; text-align: center; }

a:link { text-decoration: underline; }
a:hover { color: black; }

a.left:link  { color: white; text-decoration: none; background-color: #696969 }
a.left:visited  { color: white; text-decoration: none; background-color: #696969 }
a.left:hover  { color: #f00; text-decoration: none; background-color: #696969 }
a.left:active  { color: white; text-decoration: none; background-color: #696969 }
.table_border {
	border: 2px solid #AA0000;
}

h1 {
	font-size: 1em;
}
.table_div {
	background-color:#333333;
	border:1px solid #CCCCCC;
	padding: 10px;
	margin: 50px auto auto auto;
	width: 644px;
	text-align: center;
	position: relative;
}
.right_pad {
	padding-right: 10px;
}
.left_pad {
	padding-left: 10px;
}
.table {
	border: 2px solid #AA0000;
}
.text_indent {
	padding-right: 50px;
	padding-left: 50px;
}.indent_div {
	margin-right: 150px;
	margin-left: 150px;
}
.padding {
	padding-right: 50px;
	padding-left: 50px;
}

