body{
	background: #ffffee;
	color: black;
}

h1{
	font-size: 45px;
	text-align: center;
	background: #ffcccc
}

h2{
	font-size: 30px;
	background: #cceeff;
}

h3{
	font-size: 25px;
}

h4{
	font-size: 20px;
}

ul{	list-style-image: url(pictures/button.gif);
	margin: 5px;
}

.contents, .contpic{
	border-right: 2px solid blue;
	border-bottom: 1px solid blue;
	margin: 25px;
	padding: 5px;
	background: #eeffee;
}

.contpic{
	height: 85px;
}

.code { text-align: left;
	background: white;
	margin: 3px 40px;
}

#top{
	text-align: center;
	margin: 40px;
	padding: 5px;
}

#left{
	background: #eeddbb;
	text-align: left;
	margin-left: 5px;
	margin-right: 10px;
	padding: 5px;	
}

#right{
	border-top: 2px solid blue;
	border-left: 2px solid blue;
	padding: 30px;
}

#bottom{
	border-top: 3px solid #cceeee;
	text-align: center;
	margin: 40px;
	padding: 5px;
}