body	{color: #000000; /* #444444; */
		background-color: #ccffff;
		font-family: Verdana, Helvetica, sans-serif;
		}

a:hover {color: #ff0000;
		}

#container	{border: solid 2px #66ccff;
			padding: 20px;
			background-color: #ffffff;
			width: 650px;
			margin-left: auto;
			margin-right: auto;
			}

#header	{background-image: url(img/mount1.jpg);
		padding: 5px 20px;
		width: 600px;
		height: 50px;
		}

ul	{list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	background-color: #00ffff;
	padding:3px 20px;
	margin-top: 0;
	width: 600px;
	}

li	{display: inline;
	padding-right: 10px;
	font-size: 0.75em;
	font-weight: bold;
	}

li a	{text-decoration: none;
		}

h1	{font-size: 1.25em;
	color: #330066;
	margin: 20px;
/*	width: 600px;*/
	font-weight: bold;
	}

h2	{font-size: 1em;
	}


h3 	{color: #ffffff;
	font-size: 0.875em;
	clear: both;
	background-color: #3300ff;
	width: 600px;
	margin-bottom: 0;
	padding: 3px 20px;
	}

h4	{font-size: 0.875em;
	clear: both;
	background-image: url(img/mark_files/mark4.png);
	background-repeat: no-repeat;
	background-position: 15px 5px;
	padding-left: 25px;
	margin-top: 8px;
	margin-bottom: 5px;
	}

h5	{font-size: 0.75em;
	border-bottom: solid 2px #00ffff;
	padding-bottom: 2px;
	padding-left: 32px;
	clear: both;
	margin-bottom: 5px;
	margin-top: 5px;
	}

p	{font-size: 0.75em;
	line-height: 1.4;
	}

#top	{clear: both;
		font-size: 0.75em;
		font-weight: bold;
		}

address	{font-size: 0.75em;
		font-style: normal;
		clear: both;
		text-align:center;
		}


