@charset "UTF-8";

@font-face {
font-family: "Underwood 1913";
src: url("http://ramsites.net/~moorecv2/fonts/Underwood_1913.ttf")
}
body {
	background-color: #000;
	font-family: "Underwood 1913", "Courier New", Courier, monospace;
	font-size:18px;
}

	
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	float: none;
	height: 200px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: none;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.no_border {
	text-transform: none;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-left:15px;
	padding-right:15px;
	line-height: 1.5em;
}
.table_link_text {
	text-align: center;
	font-size: 30px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.table_link_text_medium {
	text-align: center;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.table_link_text_small {
	text-align: center;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}
.crazytext {
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}
.pink_text {
	color: #F36;
	text-decoration:none;
	text-transform:none;
}
.green_text {
	color: #6FEB2E;
	text-decoration:none;
	text-transform:none;
}
.orange_text {
	color: #F93;
	text-decoration:none;
	text-transform:none;
}
.blue_text {
	color: #09C;
	text-decoration:none;
	text-transform:none;
}
.purple_text {
	color: #909;
	text-decoration:none;
	text-transform:none;
}
.yellow_text {
	color:#FC0;
	text-decoration:none;
	text-transform:none;
}
.navy_text {
	color:#006;
	text-decoration:none;
	text-transform:none;
}
.brown_text {
	color:#8A721A;
	text-decoration:none;
	text-transform:none;
}
.red_text {
	color:#903;
	text-decoration:none;
	text-transform:none;
}
.true_blue_text {
	color:#03C;
	text-decoration:none;
	text-transform:none;
}
.image_center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.content_link_text {
	color:#666
}

#name {
	font-size: 44px;
	color: #FFF;
	background-color: #000;
	text-align: right;
	height: 50px;
	width: 750px;
	padding-top: 15px;
}

#red_name {
	font-size: 44px;
	color: #000;
	background-color: #DB262F;
	text-align: right;
	height: 50px;
	width: 750px;
	padding-top: 15px;
}


