/* Stylesheet für die Winds of Hoth-Seiten */
/* (c) Sven Teuber 1999 (teuber@sven-teuber.de) */

/* Generelle Styles */

all		{ /* color: #468ce6; */
		  font-family: Verdana, Arial, Helvetica;
		  font-size: 9pt;
		}

body	{ background-color: #000000;
		  background-image: url(/pix/links/hoth.jpg);
		  color: #88b4ed;
		  font-family: Verdana, Arial, Helvetica;
		  font-size: 9pt;
		  text-decoration: none;
		  font-weight: normal;
		  font-style: normal;
		}

a:link	{ color: #468ce6;
		  text-decoration: none; }

a:active { color: #88b4ed;
		   text-decoration: none; }

a:visited { color: #6ca3ea;
		    text-decoration: none; }

b		{ font-weight: bold; }


/* Styles für Tabellen */


td.text	{ font-family: Verdana, Arial, Helvetica;
		  color: #88b4ed;
		  font-style: normal;
		  font-size: 9pt;
		  font-weight: normal;
		  text-decoration: none;
		  vertical-align: top;
		}

td.noalign	{ font-family: Verdana, Arial, Helvetica;
		  color: #88b4ed;
		  font-style: normal;
		  font-size: 9pt;
		  font-weight: normal;
		  text-decoration: none;
		  line-height: 12pt;
		 }

table	{ border-style: none;
		  border-width: 0px;
		}

