/* Style Sheet von Joerch Auf dem Hoevel fuer xcore */
/* Testzwecke und mehr, alles GPL usw. */

body {
	background-color: #000000;
	font-family: Courier New, Courier, mono;
	font-size: 14pt; 
	font-weight: bold; 
	line-height: normal; 
	font-variant: normal; 
	color: #000000; 
	text-decoration: none; 
	letter-spacing: 0.2mm;
	text-align: left; 
	vertical-align: top; 
	word-spacing: 0.3mm;
	float: left; 
	height: auto; 
	width: auto; 
	margin-top: auto; 
	margin-right: 100px; 
	margin-bottom: auto; 
	margin-left: 100px
}
	  
	  
/* Links */

a:link {
	font-size: 15px;
        line-height: 10pt;
        font-family: Verdana,Arial,sans-serif;
	margin-left: 2px;
        letter-spacing: 0.2mm;
        word-spacing: 0.0mm;
        color: #ffff66; 
	text-decoration: none;
}

a:visited {
	font-size: 15px;
        line-height: 20pt;
        font-family: Verdana,Arial,sans-serif;
	margin-left: 2px;
        letter-spacing: 0.2mm;
        word-spacing: 0.0mm;
        color: #ff9933; 
	text-decoration: none;
}

a:hover { text-decoration: underline; }
a:active { text-decoration: none; }

/* Ueberschriften */

h1,h2,h3,h4,h5,h6 {
	font-family: verdana, helvetica, arial, sans-serif;
	color: #003366;
}

h1 { font-size: 16pt; }
h2 { font-size: 13pt; }
h3 { font-size: 12pt; }
h4 { font-size: 12pt; }
h5 { font-size: 10pt; }
h6 { font-size: 10pt; }
