body {
	background-color: #008080;
	color: white;
	font-family: ariel, helvetica, sans-serif;
	text-align: center;
	padding: 20px;
}

a:link, a:visited {
	color: #FFFFCC;
}

.subhead {
	font-family: ariel, helvetica, sans-serif;
	color: yellow;
	font-size: large;
	padding-top: 10px;
}

.fname {
	font-size: small;
	vertical-align: top;
}

h1 {
	font-size: xx-large;
	font-weight: normal;
}

.comment {
	font-size: small;
	color: #00FFFF;
}

td {
	padding: 2px;
}

p {
	text-align: left;
	font-size: small;
}

#foot {
	font-size: x-small;
	color: #00FFFF;
}

#footer {
	text-align: center;
}

#menu { 
	float: left; 
}

#content { 
	width: 82%; 
}

.legals { 
	background: white;
	color: black;
	font-family: times, sans-serif;
	width:  490px; 
	height:  150px;  
	overflow:  scroll;
}

div.legals p {
	font-size: medium;
	margin: 15px;
}

div.legals li {
	margin-right: 15px;
}

div.legals ul {
	padding-left: 30px;
}

.col1 {
	text-align: right;
}

.col2, .col3, .col4 {
	text-align: center;
}

