body	{
	border-top: none;
	background-color: #FFF;
	color: #000;
	font-family: sans-serif;
	margin:0;
	padding:0;
	}

#logo img {
	max-height: 1.5cm;
	max-width: none;
	}
	
#header {
	overflow: hidden;
	}

img.big
	{
	display: none;
	} 
	
img.logo
	{
	max-width: 100%;
	} 
	
img.thumb
	{
	max-width: 50%;
	} 
	

li.header {
	list-style-type: none;
	display: list-item;
	padding-bottom: 3px;
}

li.footer {
	list-style-type: none;
	display: list-item;
	padding-top: 3px;
}


a:link
	{
	text-decoration: underline;
	color: #000;
}


a:visited 
	{
	text-decoration: underline;
	color: #235;
}