a:link {
	color: #06C;
	text-decoration:underline;
}
a:visited {
	color: #036;
	text-decoration: underline;
}
a:hover {
	color: #FFF;
	background: #039;
	text-decoration: underline;
}
a:active {
	color: #000;
	text-decoration: underline;
}
body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	background-color: #FFF;
	color: #333;
	/*
	background-image: url(assets/twist.gif);
	background-attachment: fixed;
	*/
	padding:0px;
	margin:4px;
	font-size:16px;
	font-weight: bold;
}
acronym {
	cursor: help;
	font-style: normal;
	border: none;
	font-variant: normal;
}
.steed2 { /*text on work pages*/
	list-style-type: circle;
	list-style-position: outside;
	/*border: 1px solid #666;*/
	list-style-image:  url(assets/bullit.gif);
	/*background-image: url(assets/ieisacunt.gif);*/
	font-weight: normal;
	padding: 4px 4px;
	font-size:14px;
}
.steed1 { /*text on title bars*/
	font-weight: bold;
	border: 1px solid #999;
	padding: 6px 6px;
	/*background-image: url(assets/ieisacunt.gif);*/
}
.steed3 { /*text on link page */
	font-weight: normal;
	font-size: 12px;
	/*background-image: url(assets/ieisacunt.gif);*/
	/*border: 1px solid #666;*/
	padding: 2px 2px;
}
.steed4 { /*text on link page */
	font-weight: normal;
	font-size: 12px;
}
.outline{
	border: 1px solid #999;
}