/* aboutStyle*/

/* about page */

body{
	background: #121617;
	}

#mission{
	padding: 10px 15px 10px 10px;
	margin: 5% 0 0 25%;
	width:50%;
	font-family: Arial, Helvetica, sans-serif;
	border: 2px dashed #aaa;
	}
#mission dt{
	font-size: 170%;
	color: #ececec;
	}
#mission dd{
 	margin-top: 15px;
	font-size: 135%;
	color: #d4d4d4;
	line-height: 120%;
	}
	
#info{
	padding: 10px 15px 10px 10px;
	margin: 1% 0 0 25%;
	width:50%;
	font-family: Arial, Helvetica, sans-serif;
	border: 2px dashed #aaa;
	}
#info form{
	font-size: 85%;
	color: #ececec;
	}
	
#info dt{
	line-height: .5em;
	font-size: 130%;
	color: #ececec;
	}
#info dd{
	line-height: .5em;
 	margin-top: 10px;
	font-size: 135%;
	color: #d4d4d4;
	line-height: 120%;
	}
#info p{
	line-height: .5em;
	font-size: 150%;
	color: #ececec;
	}
	

	
#sausageLinks{
	padding: 10px 15px 10px 10px;
	margin: 1% 0 0 25%;
	width:50%;
	font-family: Arial, Helvetica, sans-serif;
	border: 2px dashed #aaa;
	}
#sausageLinks dt{
	font-size: 170%;
	color: #ececec;
	}
#sausageLinks dd{
 	margin-top: 15px;
	font-size: 105%;
	color: #666;
	line-height: 120%;
	}
#sausageLinks a {
	color: #d4d4d4;
	border: 1px dotted #555;
	padding: 3px;
	text-decoration: none;
	}
#sausageLinks a:link {
	text-decoration: none;
	}
#sausageLinks a:hover {
	text-decoration: none;
	color: #111;
	background-color:#ddd;
	}
#sausageLinks a:active {
	text-decoration: none;
	color: #999;
	}
