﻿/* 
Stylesheet für index.html
 */

body {
	background-color:black;
	color:#CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}

a:link {
	color: #999999;
}

a:visited {
	color: #666666;
}

a:active {
	color: #CCCCCC;
}

a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

