
	
	h1,h3,h4,a,p,li{
		font-family: helvetica;
	}
	h4{
		margin-bottom: 0px;
	}
	ul{
		margin-top: 5px;
	}
	p{
		margin-bottom: 5px;
	}
	a{
		font-size: 12px;
		text-decoration: none;
		color: purple;
	}
	p,li{
		font-size: 12px;
	}
	h1,h2,h3,h4,h5,h6{
		color: #8fbf0f;
	}
	h1{
		font-size: 48px;
	}
	
	#container{
		width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	#self{
		position: fixed;
		bottom: -20px;
		left: 770px;
	}

	#web{
		font-size: 20px;
		color: #bcb8a7;
	}
	#header{
		position: relative;
		padding-left: 20px;
		padding-top: 5px;
	}
	#name{
		position: absolute;
		left: 55px;
		top: -16px;
	}
	
	.link{
		float: left;
		padding-left: 60px;
		font-size: 14px;
		text-decoration: none;
		color: black;
	}
	#finallink{
		padding-left: 60px;
		font-size: 14px;
		text-decoration: none;
		color: black;
	}
	#content{
		position: relative;
		width: 600px;
	}
	.day{
		border: 2px dotted #bcb8a7;
		margin-top: 50px;
		margin-left: 50px;
		float: left;
		width: 200px;
		height: 250px;
		padding: 0px 10px 0px 10px;
	}
	#resources{
		border: 2px dotted #bcb8a7;
		margin-top: 50px;
		margin-left: 50px;
		width: 200px;
		height: 400px;
		padding: 0px 10px 0px 10px;
	}
	#welcome{
		border: 2px dotted #bcb8a7;
		margin-top: 50px;
		margin-left: 50px;
		width: 400px;
		height: 200px;
		padding: 0px 10px 0px 10px;
	}
