/* CSS Document */

body {
	background-color: #ffffff;
	margin: 5px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Sans-Serif;
	font-size: 14px;
	color: #333333;
}
.all {
	width:245px;
	margin:65px 0 0 5px;
}
ul {
	list-style-type:none;
	margin:0 0 15px 0;
	padding:0;
	text-align:left;
}
.one {
	margin-left:145px;
	text-indent:-145px;
}
.two {
	margin-left:105px;
	text-indent:-105px;
}
.three {
	margin-left:110px;
	text-indent:-110px;
}
.name {
	width: 230px;
	font-weight:bold;
	margin:80px 0 0 0;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none
}
a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #FFFF00;
}
