@charset "utf-8";
/* CSS Document */

body { 
	background-color: #fff;
	font:normal .75em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	width:500px;
	}

h1 { 
		font:1.5em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		color: #565e86;
	}
	
.date {
		font-weight:bold;
		color:#6a3a00;
	}

a {
	color:#003366;
	text-decoration:none;
}

a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
	}

a.external:link	{
	background: url(../images/icon.gif) no-repeat 100% 0;
	padding: 0 20px 0 0;
	}

a.external:visited 	{
	color: purple;
	background: url(../images/icon.gif) no-repeat 100% -100px;
	padding: 0 20px 0 0;
	}
	
a.external:hover {
	color: red;
	background: url(../images/icon.gif) no-repeat 100% -200px;
	padding: 0 20px 0 0;
	}