@media screen {

	a {color: black; text-decoration: underline; }
	a.nav { color: black; text-decoration: none;}
	
	body {
		background: #CDF url('/images/stars_bg.jpg') 0% 100% repeat-x fixed;
		margin-top: 2.5em;
		margin-left: 1em;
		text-align: center;
		font-family: Verdana, Tahoma, sans-serif;
	}
	
	img { border: 0px; }

	td#text {
		padding-left: 0.5em;
		padding-right: 0.5em;
		text-align: left;
	}	
	
	tr#words td.word {
		font-size: 0.9em;
		min-width: 150px;
		text-align: center;
	}
	
	tr#words td.word div.wlink {
		padding: 0.2em;
		margin: 2px;
		background: #EEE;
		border: 1px solid #AAA;
		border-bottom: 3px solid #888;
	}
	
	tr#dates td.update {
		font-size: 0.8em;
	}
	
	div#footer {
		color: #888;
		margin-top: 1em;
		border: 1px solid #DDD;
		border-top: 2px solid #ABC;
		background: #EAEAEE;	
	}

	span#footer {
		color: #888;
	}

	div.dust {
		text-align: right;
		font-size: 2em;
		font-weight: bolder;
		background: #CFF;
		border: 1px solid #CCF;
		padding: 0.5em;
		margin-bottom: 15px;
	}

	div.postgr {
		margin: 0.5em;
		padding: 1em;
		background: #D5E5FF;
		border: 1px solid #BACAEA;
		border-bottom: 3px solid #BACAEA;
	}

	div.linktitle {
	}
}
