/* 
Created by:
	Jade Faist
	Kinesis
	http://kinesisinc.com
*/

/* ====================================================== General Styles */
body {
	background: none;
	color:#000000;
}
div.line {
	background: none;
	margin: 0 0;
	padding: 0 0;
	border:none;
}
div.line hr { 
	display: block;
	background: #ccc; 
	color: #ccc;
	width:	100%;
	height: 2px;
	margin: 2em 0;
	padding: 0 0;
	border:none;
}
a:link, a:visited {
  background: transparent;
  font-weight:700;
  text-decoration: underline;
}
a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

/* ====================================================== Layout */
#container {
  background: none;
}

/* ====================================================== Text */
