	BODY { /* defines default font property */
		font-size:100%;
		text-decoration:none;
		letter-spacing: 0.05em;
		background-color: #888;
		color: #000 }


	DIV.column { /* defines column,
			usually used to group a heading and following paragraghs */
		background-color : #cfc;
		margin : 0em 2em 0em 3em;
		padding : 0em }


	H1 {
		text-align:center;
		font-family:serif;
		font-size:2.2em;
		text-decoration:none;
		font-weight:bold;4
		line-height : normal;
		color : #ada }

	H2 {
		margin : 0.5em 0em 1.5em 0em;
		padding : 0.2em;
		font-family:sans-serif;
		font-size:1.4em;
		text-decoration:none;
		font-weight:bold;
		line-height : normal;
		text-align:center }

	H3 {
		margin : 0.2em 0em 0.2em 0em;
		padding : 0.2em;
		font-family:sans-serif;
		font-size:1.2em;
		text-decoration:none;
		font-weight:bold;
		line-height : normal }

	H4 {
		margin : 2em 0em 0.2em 0.5em;
		padding : 0.2em;
		font-family:sans-serif;
		font-size:1.2em;
		text-decoration:none;
		font-weight:normal;
		line-height : normal }


	PRE {
		margin : 0.2em 2em 1em 3em;
		padding : 0em;
		line-height : 105%;
		font-family:monospace;
		text-decoration:none }	

	DD PRE,LI PRE {
		margin : 0em 0em 1.5em 0em;
		padding : 0em }




	P { 
		font-family: sans-serif;
		margin : 0.2em 2em 1.5em 3em;
		line-height:150%;
		padding : 0em }

	DD P,LI P {
		margin : 0em 0em 1.5em 0em;
		padding : 0em }

	DL {
		line-height:150%;
		margin : 0.65em 2em 0.65em 3em;
		padding : 0em }

	DT {
		font-family:sans-serif;
		margin : 0em;
		padding : 0em;
		font-weight : bold }

	DD {
		font-family:sans-serif;
		padding : 0em;
		margin : 0.1em 0em 1em 2em }

	UL , OL { 
		font-family:sans-serif;
		margin : 0em 2em 1.3em 5em;
		line-height:150%;
		padding : 0em }

	ADDRESS {
		line-height:150%;
		text-align:right }



	TABLE {
		font-size:100%;
		font-family:sans-serif;
		margin : 0em 2em 1.5em 3em;
		padding : 0em }


	TD {
		margin : 0em;
		padding : 0em 0.2em 0.5em 1em;
		vertical-align : baseline }



	HR {
		height:2px;
		background-color:black;
		color:black;
		border-style:solid;
		border-width:1px;
		border-top-color:silver;
		border-bottom-color:black }

	A:LINK {
		color:#46c;
		text-decoration:none }


	A:VISITED {
		color:#f09;
		text-decoration:none }

	A:ACTIVE {
		color:#f00;
		text-decoration:none }

	A:HOVER {
		background-color : #ee9;
		text-decoration:underline }


	STRONG {
		font-weight:bold;
		text-decoration:underline }

	STRONG.caution {
		color:#ada;
		text-decoration:none }

	EM {
		font-weight:bold;
		font-style:normal }

	CODE , SAMP , KBD {
		font-family:monospace;
		font-size:1em;
		font-weight:bold;
		letter-spacing:0em }

	VAR {
		font-family:serif;
		font-size:1em;
		font-weight:bold }

	CITE {
		font-size:1em;
		font-weight:bold;
		font-style:normal }

	DFN {
		font-size:1em;
		font-style:normal }

	Q {
		font-size:1em;
		font-style : italic }

	A IMG {
		margin : 0px;
		padding : 0px;
		border: 0px }

	A OBJECT {
		margin : 0px;
		padding : 0px;
		border: 0px }
