html {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFFFCC;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin: 0px;
	padding: 0px;
}

a {
	font-size: small;
	font-weight: normal;
	color: #0000CD;
	text-decoration: none;
}

a:hover {
	font-size: small;
	font-weight: normal;
	color: #00BFFF;
	text-decoration: underline;
}
p {
	font-size: x-small;
}

h1 {
font-size: x-large;
text-align: center;
}

fieldset {
	border: none;
	padding: 0%;
}

ul{
	list-style-type: circle;
	color: #87CEEB;
	padding-left: 5px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 3px;
	list-style-position: inside;
	}

.copy {
	color: #999999;
}

#content {
	width: 800px;
	margin: auto;
}

h2 {
	font-size: large;
	color: Black;
	margin-top: 1em;
	margin-bottom: 0em;
	text-indent: 1.2em;
	text-decoration: underline;
	}


#pagehead {
	position: relative;
}

#logo {
	width: 400px;
	margin: auto;
	margin-top: 1%;
	border: 1px solid black;
}
input {
	background: #006699;
	color: White;
	border: 1px inset Silver;
}
#w3c {
	border: none;
	}

#linklist {
	position: relative;
	clear: both;
}
#d1 {
	float: left;
	width: 50%;
}
#d2 {
	float: right;
	width: 50%;
}
#c1 {
	width: 50%;
	float: left;
}
#c2 {
	width: 50%;
	float: right;
}
#c3 {
	width: 50%;
	float: left;
}
#c4 {
	width: 50%;
	float: right;
}
#css {
	border: none;
}