@charset "utf-8";
/* CSS Document */
/* Ref visited:hover */
/* ----------------- */
a   {
	text-decoration: none;
    }
a.non	{
	text-decoration: none;
}
a:visited {
	color:#9900FF
}
a:hover {
	text-decoration: underline;
}
a:visited:hover {
	border-color:#9900FF
}
a:hover {
	border-color:#06c;
}
a[href^="http://"] {
	padding-right:14px;
	background:url(img/ext.gif) right 0 repeat-y;
}
a[href^="http://"]:visited:hover, cite a:visited:hover { background-position:right 100px }
a[href^="http://"]:hover, cite a:hover { background-position:right 200px }
a img { border:0 }
#antiintro img, #related img {
	float:left;
	margin:0.5em 1em 0.5em 0;
}


