body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3d2424;
	background-attachment: scroll;
	background-image: url(images/receptionistbckgd.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
H2 {
	font-size: 115%;
	color:#5d3636;
	font-weight: bold;
	font-variant: small-caps;
}


.tablefont {
	font-size: 85%;
}

a:link
{
	color: #5d3636;
	text-decoration: underline;
	}

a:visited
{
	color:#3d2424;
	text-decoration: underline;
	}
a:active
{
	color:#a42828;
	text-decoration: underline;
	}
a:hover
{
	color:#a42828;
	}
	
.asterisk {
	font-size: 75%;
	}

