body{
	background-color: ff9f5f;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.content{
/*	font-family: "Lucida Handwriting", Arial;*/
	font-family: Verdana, Arial;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.heading{
	font-family: "Lucida Handwriting", Arial;
	font-size: larger;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
}

.heading2{
	font-family: "Lucida Handwriting", Arial;
	font-size: 21px;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
}


A:link{
	text-decoration: none;
	color: black;
}

A:visited{
	text-decoration: none;
	color: black;
}

A:active{
	text-decoration: none;
	color: black;
}

A:hover{
	text-decoration: underline;
	color: black;
}

.righta{
	text-align: right;
}

.nav {
height: 5px;
overflow: hidden;
 }

 .comment {
 	background-color: #ffdead;
	padding: 5px;
	margin-bottom: 10px;
	width: 410px;
	text-align: left;
 }