body
{
	font-family:verdana,geneva,helvetica,sans-serif;
	font-size:12px;
	background:white;
}

table
{
	font-size:12px;
}

a
{
	color : purple;
}

a:hover
{
	color : red; 
}

#navigationlink a
{
	font-size:12px;
	color : black;
	background : #0FB7F8; /* light blue. used to be light blue, #B0C4DE; */ 
	text-decoration : none; /* no underlining links in the navigation */
	
	/* the background color extends beyond the link name */
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;	
}

#navigationlink a:hover
{
	background : #0275EA; /* used to be darker blue #90A2BC; */
	text-decoration : underline;
}

#navigationlink ul
{
	list-style-type: none; /* no bullets */
	margin-left : 0px;	
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
}

#navigationlink li
{
	/* so navigation links aren't all squished together */
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left : 0px;
	padding-right : 0px;

	/* the lines between navigation links */
	border-top-style : solid;
	border-top-width : 1px;
}

#imagelink a img
{
	border : 1px;
	border-style : dashed;
	border-color : gray;

}

#imagelink a:hover img
{
	border : 1px;
	border-style : solid;
	border-color : black;
}

