html, body, td{ 	
	font-family: verdana, tahoma, sans-serif; 
	color: #000000;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	background-color: #5A1812;
}

a{
	color: #000000;
}

a:hover{
	color: #9A281F;
}

.content{
	background: url(../img/background.jpg);
	background-color: #FFFDC8;
	text-align: justify;
}
.form{
	background-color: transparent;
	font-weight: bold;
}
#text{
	width: 545px;
	float: left;
}

.pad{
	padding: 20px;
}

form .email{
	display: none;
}

#mood{
	float: right;
	width: 200px;
	border-left: 2px solid #5A1812;
	height: 100%;
}

#text img{
	margin: 0px 10px;
}

.photobook{
	font-size: 50px;
	text-decoration: none;
}
