@charset "utf-8";

#work {
	font-family: "Comic Sans MS";
	color: #03F;
	background-color: #FFFFFF;
	border-style: hidden;
	border-color: #FFFBF0;
	position: absolute;
	left: 30px;
	top: 200px;
	width: 139px;
	height: 220px;
	text-align: center;
}

#copyright {
	font-family: "Comic Sans MS";
	background-color: #FFFFFF;
	position: relative;
	left: -150px;
	top: 100px;
	color: #FFFFFF;
	border-style: solid;
	text-align: center;
	font-size: 10px;
}

#return {
	font-family: "Comic Sans MS";
	font-size: 20px;	
	color: #03F;
	background-color: #FFFF00;
	border-style: solid;
	border-color: #F00;
	border-width: 0.4em;
	padding: 3px;
	position: relative;
	left: 200px;
	top: -140px;
	width: 180px;
//	height: 64px;
	text-align: center;
}

#revision {
	position: absolute;
	left: 35px;
	top: 30px;
	font-family: "Comic Sans MS";
	background-color: #00FFFF;
	color: black;
        border-style: double solid;
        border-width: thin;
	border-color: #000000;
//	height: 40px;        
	padding: 10px;
	text-align: center;
}

#php_logo {
        position: absolute;
        left: 480px;
        top: 30px;
}

#guestbook {
        position: absolute;
        left: 30px;
        top: 120px;
}

h1 {
  font-size: 30px;
}


p {
  font-size: 20px;
}


