body
{
background-color:white;
}


ul li
{
font-family:"Georgia";
}

img {
margin:20px;
padding:1px;
border:1px solid blue;
}

a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:visited {color:darkblue;}
a:visited {background-color: violet;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}

p{
text-align:justify;
}

#nav {
margin:0;
padding:0;

width:100%;
}
#nav li {
display:inline;
padding:0;
margin:0;
}


#nav a:link {
/*
display:block;

width:auto;
*/
padding:20px 40px 4px 10px;
}

#wrappernew {
	min-height:100%;
	position:relative;
}
#headernew {
	padding:35px;
	background:lightblue;
	font-family:Arial;
}
#contentnew {
	padding:10px;
	padding-bottom:120px;   /* Height of the footer element */
}
#footernew {
	width:100%;
	height:25px;
	position:absolute;
	bottom:0;
	left:0;
	color: white;
	background:darkblue;
	font-family:Verdana;
}

th {
    background-color: maroon;
    color: white;}
