/* CSS Document */
	
body, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #fff;
	}
	
a:link, a:visited {
	text-decoration: none;
	color: red;
	}
	
a:hover, a:active {
	text-decoration: none;
	color: #fff;
	}

h1 {
	line-height: 26px;
	}
	
#edison, #edison a, #edison a:hover {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 9px;
	color: #d3d3d3;
	letter-spacing: 5px;
	margin: 5px;
	padding: 0;
	width: 80px;
	text-align: right;
	}
	
	
	
