HTML
/* this is in a separate file, because HTML can't have class names*/ 
{margin: 0px 0px 0px 0px; padding:5px 5px 5px 5px;
border-top: none;
border-left: none;
border-right:none;
border-bottom:none;
}






#input {
	background-color: #999999;
	border: 0 groove #999999;
}





a:link img{
	text-decoration: none;
	border-color: #666666;


}

a:visited img{
	text-decoration: none;
	border-color: #666666;


}

a:hover img{
	text-decoration: none;
	border-color: #666666;
}



a:link {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #0066CC;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


a:link img{
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;


}

a:visited img{
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;


}

a:hover img{
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}












.webpackagerightarea {
	font-family: Verdana;
	font-size: 0.8em;
	background-color: #FFFFFF;
	border: 0.01em solid #FFFFFF;
	}













