body {
	background-color: #ffffff;
}
.head {
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
}
.text1_1 {
	font-family: Arial;
	font-size: 13px;
}
.text {
	font-family: Arial;
	font-size: 12px;
}
a.new:visited { 
	image: url(Images/home.jpg)  
} 

a.new:active { 
	image: url(Images/home.jpg)  
} 

a.new:link { 
	font-size: 12px;
	font-family: Myriad Pro;
	color: #ffffff;
	text-decoration: none;  

}

a.new:hover {
	font-size: 12px;
	font-family: Myriad Pro;
	color: #01b4ff;
	text-decoration: none;  
} 
li {
	font-size: 12px;
	color: #015dc5;
	font-weight: bold;
}
UL {
 list-style-image: url('images/id.gif');
 }