A:hover {
	color: silver;
	background: none;
	text-decoration: underline;
}

A:visited {
	color: blue;
}

h1 {
	font-size: Larger;
	}

.nodec {
	text-decoration: underline;
	color: blue;
}
body {
	font-family: Arial;
	font-size : smaller;
	width: 900px;
}
.row2 {
	background-color: #C8ED9B;
}
.row1 {
	background-color: #464646;
}
.lmargin {
	margin-left: 30px;
	width: 800px;
}
.eh1
{
	font-size: small;
	margin-left: 10px;
}

.navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
