body.bkgnd1 { background-color: #9F9; }

body.bkgnd2 { background-color: #0FC; }

body.bkgnd3 { background-color: #CFF; }

h1
{
	color: blue;
	background-color: transparent;
	font-family: sans-serif;
	font-size: xx-large;
	line-height: normal;
	font-style: normal;
	font-weight: bolder;
}


h2
{
	color: navy;
	background-color: transparent;
	font-family: sans-serif;
	font-size: medium;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

h3
{
	color: black;
	background-color: transparent;
	font-family: sans-serif;
	font-size: medium;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

h4
{
	color: #F03;
	background-color: yellow;
	font-family: sans-serif;
	font-size: xx-large;
	line-height: normal;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
	white-space: nowrap;
	text-transform: none;
}

.bodytext
{
	vertical-align: middle;
	font-family: sans-serif;
	color: black;
	background-color: transparent;
	line-height: 1.5em;
}

.text1
{
	color: #06F;
	background-color: transparent;
	font-family: sans-serif;
	font-size: large;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

.text2
{
	color: #06F;
	background-color: transparent;
	font-family: sans-serif;
	font-size: medium;
	line-height: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

.credit
{
	vertical-align: middle;
	font-family: sans-serif;
	color: black;
	background-color: transparent;
	font-size: x-small;
}

.italic1
{
	font-family: sans-serif;
	font-style: italic;
	font-size: small;
}

.emph
{
	font-style: oblique;
	font-weight: bolder;
}

a:link
{
	color: blue;
	background-color: transparent;
	text-decoration: none;
}

a:active
{
	color: red;
	background-color: transparent;
}

a:visited
{
	color: olive;
	background-color: transparent;
	text-decoration: none;
}

a:hover
{
	color: teal;
	background-color: transparent;
	text-decoration: underline;
}

a:focus
{
	color: #F3C;
	background-color: transparent;
}

table.textbox
{
	width: 550px;
	table-layout: fixed;
	/* border-collapse:separate; */
	/* border-spacing:0,0; */
	/* empty-cells:show; */
	border-width: medium;
	padding: 1pt;
	border-color: red;
	margin: 1pt;
}


table.menu
{
	width: 500px;
	table-layout: fixed;
	/* border-collapse:separate; */
	/* border-spacing:0,0; */
	/* empty-cells:show; */
	border-width: 1pt;
	padding: 1pt;
}

img.scaled { width: 100%; }


div.image_small
{
	float: right;
	margin: 0.5em;
	border: thin silver solid;
	padding: 0.5em;
	line-height: 1.1em;
	width: 25%;
	clear: right;
}


