BODY	{ background-color: #efefef} 

H1	{ font-family: 'Arial Narrow', 'Helvetica-narrow', sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-align: center;
	color: black}

H2	{ font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 1.1em;
	color: black}

H3	{ font-weight: bold;
	color: black} 

P	{ text-indent: 2em}

A:link		{ color: blue} 

A:visited	{ color: purple;
		text-decoration: none}

A:active	{ color: red}

DT	{ font-family: sans-serif;
	font-weight: bold} 

sddress	{ font-size: small}

.center	{ text-align: center;
	margin-left: auto;
	margin-right: auto}
.right	{ text-align: right}
.left	{ text-align: left}
.fleft	{ float: left}
.cboth	{ clear: both}
.short	{ width: 85%}
.noind	{ text-indent: 0em}
.ind4	{ position: relative;
	left: 48px}
.smaller	{ font-size: smaller}
.larger	{ font-size: larger}

