a:link {
	color: #06C;
	text-decoration:none;
	font-weight: bold;
}
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: 4px 4px;
    margin:4px;
    margin-left: 20%;
    margin-right: 20%;
	font-size:14px;
    list-style-type: circle;
    list-style-position: outside;
    list-style-image:  url(assets/bullit.gif);
	/*font-weight: bold;*/
}
acronym {
	cursor: help;
	font-style: normal;
	border: none;
	font-variant: normal;
}
.title { /*text on title bars*/
	font-weight: bold;
	border: 1px solid #999;
	padding: 6px 6px;
	/*background-image: url(assets/ieisacunt.gif);*/
}
.links { /*text on link page */
	font-weight: normal;
	font-size: 12px;
	/*background-image: url(assets/ieisacunt.gif);*/
	border: 1px solid #666;/**/
	padding: 6px 6px;
}
.outline{
	border: 1px solid #999;
}