/* Striiicher's CSS file */
/* Created by Striiicher */

body {
	background-color:#99B2E5;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.maintable {
	background-color: white;
	padding-left: 20px;
	padding-top; 10px;	
}

/* background-image: url(../img/back1.JPG);  */

#GrosserText {
  font-size:50px;
  font-family: sans-serif;
  color:#6666FF;
  }

.content {
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px;
	height: 300px;
	}

.links {
	font-size: 14px;
	}

.footer {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px
	}

/* Links and Hover effects */
a:link    { color:#000000;text-decoration:none;  }
a:visited { color:#000000;text-decoration:none;  }
a:active  { color:#000000;text-decoration:none;  }
a:hover	  { color:#99B2E5;text-decoration:none;  }
