/* Examples of these Stylesheets came from http://www.dynamicdrive.com */
/* and http://css.maxdesign.com.au/listamatic */
a.wattslink {
	display: block;
	text-align: center;
	font-family: Arial, verdana, sans-serif;
	font-size: 16px;	
	font-weight: 800;
	width: 100px;
	border: solid 2px #999999;
	color: #444444;
	background: #EEEEEE;
	padding: 2px;
	margin: 0;
}
a.wattslink:hover {
	color: #000000;
	background: #AADDCC;
	border: 2px solid #444444;	
}
.oldwatts{
	margin: 0;
	position: absolute;
	visibility: hidden;
	border: solid 1px #444444;
	background-color: #EEEEEE;
	width: 105px;
	line-height: 150%;
	text-align: left;
	text-indent: .5em;
	
}

.oldwatts a {
	color: #666666;
	width: 100%;
	display: block;
	font-weight: 800;
	padding: 0;
}
.oldwatts a:hover {
	color: #000000;
	background: #AADDCC;
}
