body {
	background : #001346 url(../img/bluestars.jpg) repeat;
}

div.img { border: none; }

div.tag {
    background: url(img/fade.png) repeat;
	text-align: left;
	direction: ltr;
	text-transform: none;
	color: #75a9cf;
	letter-spacing: 0.1em;
	border: thin dashed #195898;
	width: auto;
	right: 0.5em;
	vertical-align: bottom;
	white-space: no-wrap;
	display: run-in;
	margin-right: 0.5em;
	bottom: 0.5em;
	height: auto;
	position: absolute;
	font: 10px Futura, Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
}

.comments {
white-space: pre;
}
	a:link     { color: #75a9cf;
}
	a:visited  { color: #75a9cf;
}
	a:active   { color:white }
	a:hover    { color:white }


.tables td {
	color: #75a9cf;
	letter-spacing: 0.1em;
	width: auto;
	right: 0.5em;
	vertical-align: bottom;
	white-space: nowrap;
	font: 10px Futura, Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
	
}
.popupLink { 
	COLOR: red; 
	outline: none 
}

.popup { 
	POSITION: absolute; 
	VISIBILITY: hidden; 
	BACKGROUND-COLOR: #f0f0f0; 
	LAYER-BACKGROUND-COLOR: #f0f0f0; 
	width: 200; 
	BORDER-LEFT: 1px solid black; 
	BORDER-TOP: 1px solid black; 
	BORDER-BOTTOM: 1px solid black; 
	BORDER-RIGHT: 1px solid black; 
	PADDING: 3px; 
	z-index: 10 
}
