body {
	color: black;
	background-color: white;
	background-image: url(newlogo.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}

h2  {
	display: block;
	font-size: large;
	text-align: center;
	font: italic bold large serif;
}

.name {
	font-size: x-large;
	font-style: italic;
	text-align: center;
	font-variant: small-caps;
}

h3  {
	display: block;
	text-align: justify;
	font: normal bold x-large serif;
}

.clock {
   text-align: left;
   word-spacing: normal;
   letter-spacing: normal;
}

.menu {
	text-align: center;
	background-image: url(bluefilter.gif);
	border: thin outset Green;
	font-weight: bold;
	font-size: large;
	font-family: serif;
	font-style: italic;
	font-variant: small-caps;
}

.menu a	{color : black;
	 background-color : inherit;
	 text-decoration : none; }

.menu a:hover {
	color: black;
	background-color: rgb(218,173,39);
	text-decoration: none;
}

.feature1 {
	text-align: center;
	background-image: url(orangefilter.gif);
	border: thin outset Olive;
	background-color: inherit;
	color: black;
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
	font-size: medium;
}
	
.feature2 {
	text-align: center;
	background-image: url(aquafilter.gif);
	border: thin outset Maroon;
	background-color: inherit;
	color: black;
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
	font-size: medium;
}


.contentText {
	color: black;
	background-color: #EBEBEB;
	border: thin ridge blue;
	font: normal normal bold medium serif;
	letter-spacing: normal;
}

.footer	{ background-color : inherit;
	  color : rgb(82,181,198); }
