body	{	font-size: .75em;
		font-family: Verdana, Arial, Helvetica, MS Sans Serif; sans-serif;
		text-align: justify;
		line-height: 150%;
	}
	
ul	{ 	list-style-type: square;	}

pre	{	font-family: Courier new, Courier; 
	}

table	{	border: 0;			
	}
	
td	{	border: 0;
		font-size: .75em;
		line-height: 150%;
	}

H1	{	font-size: 		165%;
		font-weight: 	bold;
		margin-bottom: 	1em;
	}

H2	{	font-size:		135%;
		font-weight:	bold;
		margin-top: 	1.5em;
		margin-bottom: 	.5em;
	}
	
H3	{	font-size: 		105%;
		font-weight: 	bold;
		margin-bottom: 	.2em;
	}	
	
p	{
		margin-top: .2em;
	}

H6	{	font-size:85%;
		font-weight:normal;
		font-style:italic;
		color:silver;
	}

A	{	text-decoration:none;
		color:rgb(50,50,50);
		font-weight:bold;			
		font-style:italic;
	}
	
.break {	display: block;
			width: 100%;
		}

A:hover	{	color:white;
		background-color:black;		
	}
	
.float_left {
	margin: 4px 16px 4px 0;
	border: solid 1px black;
	display: block;
	float: left;
}

.float_right {
	margin: 4px 0 4px 16px;
	border: solid 1px black;
	display: block;
	float: right;
}

.marked {
	color: red;
	font-weight: bold;
}

.note {
	float: right;
	width: 250px;
	display: block;
	border: solid 1px black;
	background: #FFFFEE url('note.gif') no-repeat left center;
	margin: 4px 0 4px 16px;
	padding: 8px 8px 8px 20px;
	font-style: italic;
}
