/* CSS Document */

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/bg.gif);
	background-color: #8B794D;
	background-position: inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: 1.3em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;	
}


a{
	text-decoration: none;
}

a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	color: #72AFDE; /* blue */
}

a:visited{
	color: #72AFDE; /* blue */
	text-decoration: underline;
}

a:hover{
	color: #CBA79F;  /* pink */
	text-decoration: underline;
}


#homepage img {
	margin-left: 260px;
	margin-top: 60px;
	}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #8B794D;
	text-decoration: none;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #674710;  /* dark brown */
	text-decoration: underline;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color:#CC9999;
}

h2 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #674710;  /* dark brown */
	text-decoration: underline;
}

h2 a:visited{
	color: #674710; /* dark brown */
	text-decoration: underline;
	font-size: small;
	font-weight: bold;
}

h2 a:hover{
	color: #72AFDE;  /* blue */
	text-decoration: underline;
}

#home {
	margin-left: 130px;
}

#contact {
	font-size: smaller;
}