/* Don't steal. */

body, table, tr, td, ul, li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	letter-spacing: 2px;
	color: #b1bdaf;
}
body {
	background: #697567;
}
a:link, a:active, a:visited {
	color: #dde5db; 
	text-decoration: none;
	cursor: help;
}

a:hover {
	color: #b1bdaf; 
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor: help;
}

img { border: none; }

.m { 

	margin-left:auto;
	margin-right:auto;
	text-align:center;
}