body {
	background-color: white;
	padding: 19px;
	margin: 0px;
	font-size: 17px;
	line-height: 23px;
	font-family: ModernMonospaceRegular, serif;
	font-weight: normal;
	letter-spacing: 0px;
	color: black;
}

@font-face {
	font-family: 'ModernMonospaceRegular';
	src: url('modernmono_9.3-webfont.eot');
	src: local('☺'), url('modernmono_9.3-webfont.woff') format('woff'), url('modernmono_9.3-webfont.ttf') format('truetype'), url('modernmono_9.3-webfont.svg#webfontIqGx9bWq') format('svg');
	font-weight: normal;
	font-style: normal;
}

p {
	font-size: 17px;
	line-height: 23px;
	font-family: ModernMonospaceRegular, serif;
	font-weight: normal;
	letter-spacing: 0px;
	color: black;
}

p2 {
	font-size: 13px;
	line-height: 20px;
	font-family: ModernMonospaceRegular, serif;
	font-weight: normal;
	letter-spacing: 0px;
	position:absolute;
	bottom:20px;
	color: black;
}


.textborder {border-bottom: 1px solid black; padding: 1px;}

.textborderwhite {border-bottom: 0px solid white; padding: 1px;}


#main_nav {
}



#sub_nav {
	margin-left: 20px;
}

#sub_nav2 {
	margin-left: 40px;
}

a:link { text-decoration: none; color: #000000; }
a:active { text-decoration: none; border-bottom: 1px solid; color:black; padding-bottom: 1px; }
a:visited { text-decoration: none; color: #000000; }
a:hover { text-decoration: none; border-bottom: 1px solid; color:black; padding-bottom: 1px; }

