@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------  IN LIMBO  ---------------------------------------------- */

	body {
		margin:0px;
		padding:0px;
		width: 100%;
		height:100%;
		background: #f2f2f2;
		text-shadow: 0px 2px 1px #f9f9f9;
	}
	
	#mattkursmark {
		 padding: 30px 60px 30px 30px;
		 position:absolute;
		 left:100px;
		 top:100px;
		 background: #fff;
	}
	
	h1 {
		color: #000;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 24px;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
		margin-bottom: 24px;
	}
	
	p {
		color: #666;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 16px;
		line-height: 28px;
		font-weight: bold;
		margin: 0px 0px -5px 0px;
		padding: 0px;
	}
	
	a {
		color: #bbb;
		font-family: Helvetica, Arial, sans-serif;
		font-weight: bold;
		margin: 0px;
		padding: 0px;
		text-decoration: none;
		-webkit-transition: color .25s ease-in;
		-o-transition: color .25s ease-in;
	}
	
	a:hover {
		color: #51A700;
	}
	
	a:active {
		color: #397700;
	}




