﻿/* CSS footer */
#footer a {
	font-family: verdana;
	font-size: x-small;
	font-weight: normal;
	color: #808080;
}
#footer a:hover {
	font-family: verdana;
	font-size: x-small;
	font-weight: normal;
	color: #000080;
}
#footer ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style-type: none;
	
}
#footer ul li {
	margin: 0px;
	list-style-type: none;
	display: inline;
	text-decoration: none;
	font-family: verdana;
	font-size: x-small;
	color: #C0C0C0;
	font-weight: normal;
	text-align: center;
}
#footer ul li a {
	text-decoration: none;
	text-align: center;
	color: #C0C0C0;
}
#footer ul li a:hover {
	font-family: verdana;
	font-size: x-small;
	font-weight: normal;
	color: #000080;
	
}

