#box{
    width: 600px;
	height: 400px;
	padding: 20px;
}

li{
	list-style-type: none;
}

.tt a{
	color:#000000;
	font-size: 18px;
}

.tt{
    padding-bottom:10px;
}

#box a:hover{
color:#FF6600;
text-decoration:none;
}

#box a:visited{
color:#FF6600;
}
  




