a:visited { text-decoration:none; color:#000080; }
a:active { text-decoration:underline; color:#000080; }
a:hover { text-decoration:underline; color:#1e78ff; }

body{
	margin: 0;
	padding: 0;
	background: url(images/back.gif) no-repeat top right;
	}


.left{
	width: 40%;
	margin-top:40px;
	float: left;
	}

.right{
		width: 60%;
		margin-top:90px;
		float: right;
		height:400px;
		overflow: auto;
		letter-spacing: 3px;
}

.left ul{
    margin-left: 10px;
	padding:0;
	list-style:none;

}
.link0{
	width:249px;
	height:30px;
	display:block;
	background: url(images/menu.gif) no-repeat;
}
.link1{
	width:261px;
	height:313px;
	display:block;
	background: url(images/angle.gif) no-repeat;
}

li{
 list-style-type: none;
 background-image: url(images/tree.gif);
 background-repeat: no-repeat;
 padding-left: 20px;
 line-height: 22px;
 margin: 0;
 line-height: 150%
}

h1{
	border-bottom: #005cff 1px dotted ;
	background:url(images/star.gif) no-repeat top left; 
	padding-left: 25px;
	font-size: 23px;
}

.part1{
	background:url(images/star2.gif) no-repeat top left; 
	padding-left: 35px;
	font-size: 16px;
}

.part2{
	background:url(images/star3.gif) no-repeat top left; 
	padding-left: 25px;
	font-size: 16px;
}

p{font-size: 13px;
}

h3{
	font-size: 13px;
}
	
