body {
	background-color: #FFF;
	margin-top: 50px;
	margin-left: 80px;
	margin-right: none;
font-family: museo-sans,sans-serif;
	font-weight:300;
	font-size: 13px;
	color: #FFF;
 }
 
p {
	margin-left: 12px;
	font-size:11px;
 }
 .title {
font-family: museo-sans,sans-serif;
	font-weight:300;
	font-size: 12px;
	color: #000;
 } 

.block {
	background-color: #333;
	font-color: #FFF;
	font-weight:300;
	width: 250px;
	margin-right: 25px;
	padding:12px 12px 12px 12px;
	line-height:18px;
	float: left;
	box-shadow: 8px 8px 15px #BDBDBD;
 }
 
.block2 {
	background-color: #333;
	font-color: #FFF;
	font-weight:300;
	font-style:italic;
	width: 250px;
	padding:12px 12px 12px 12px;
	line-height:18px;
	float: left;
	border-right-width:none;
	box-shadow: 8px 8px 15px #BDBDBD;
}

.start {
	background-color: none;
	border-top-width: 1px;
	border-top-color:#FFF;
	border-top-style:solid;
	padding-top:10px;
	font-weight:italic;
	font-size:12px;
}

.links {
	background-color: none;	
	border-bottom-width: 1px;
	border-bottom-color:#FFF;
	border-bottom-style:solid;
	padding-bottom:10px;
	
}


a:link 
  {
	color: #FFF;
	text-decoration:none;
	font-weight:100;
	font-size:12px;
	font-style:none;
}

a:visited 
  { color: #999;  
}

a:hover 
  {
	color: #333;
	
}

a:active 
  { color: #000;  
}

