/*
	Copyright 2003 shintara.net
		Remember - if you dont wash your feet, they will stink
*/
<!--
@import url(form.css);
@import url(idee.css);
@import url(classes.css);
body {
	background-color: #454D58;
	margin: 0px;
	padding: 0px;
}
hr {
	width: 100%;
}
a:link {
	text-decoration: none;
	border-bottom: 1px dashed;
	border-bottom-color: Silver;
	color: Black;
}
a:visited {
	text-decoration: none;
	border-bottom: 1px dashed;
	border-bottom-color: Silver;
	color: Black;
} 
a:active {
	text-decoration: none;
	border-bottom: 1px dashed;
	border-bottom-color: Silver;
	color: Black;
} 
a:hover {
	text-decoration: none;
	border-bottom: 1px dashed;
	border-bottom-color: Black;
	color: Black;
}
-->