body{
	padding: 0px; 
	margin: 0px;
	background:#ffffff;
	font-size:smaller;
	font-family:Arial, Helvetica, sans-serif;
}

A:link {
font-weight : bold; 
font-size : 14px; 
font-family : tahoma; 
color : #00CCFF;
text-decoration : underline; 
} 
A:visited {
font-weight : normal; 
font-size : 14px; 
font-family : tahoma; 
color : #00CCFF; 
text-decoration : underline; 
} 
A:active {
font-weight : bold; 
font-size : 14px; 
font-family : tahoma; 
color : #00CCFF; 
text-decoration : underline; 
} 
A:hover {
font-weight : bold; 
font-size : 14px; 
font-family : tahoma; 
color : #00CCFF; 
text-decoration : none; 
} 

html, body, #wrapper {
	height:100%;
	margin:0px;
	padding:0px;
	border: none;
	text-align: center;
}
#wrapper {
	margin: 0px auto;
	text-align: left;
	vertical-align: middle;
	width:100%;
}
a img{
	border:0px;
}
.menu {
	margin:20px 0px 0px 20px
}
.menu a img{ 
	margin-top:10px;
}
