@charset "utf-8";
/* CSS Document */

#links{
}

#links .header{
text-align:center;
	
}

#links li {

	margin-left:20px;
	font-family:"trebuchet MS", Verdana, Arial ;
	font-size:12px;
	display:block;
	list-style:disc;
	font-weight:bold;
}
#links li a:hover{
	color:#006600;
	
}


