/* CSS Document */
body { 
     margin-left: 0px; 
     margin-top: 0px; 
     margin-right: 0px; 

}
.style1 {
	font-family: Tahoma;
	font-size: 9px;
	color: #CCCCCC;
	padding-left:10px;
}
.details {
	font-family: Tahoma;
	font-size: 9px;
	color: #8abe24;
	text-decoration:none;
	}
a.details:hover{
	font-family: Tahoma;
	font-size: 9px;
	color: #8abe24;
	text-decoration:underline;
	padding-left:1px;
	}
.details1 {
	font-family: Tahoma;
	font-size: 9px;
	color: #ff7200;
	text-decoration:none;
	}
a.details1:hover{
	font-family: Tahoma;
	font-size: 9px;
	color: #ff7200;
	text-decoration:underline;
	padding-left:1px;
	}
.details2 {
	font-family: Tahoma;
	font-size: 9px;
	color: #cfabee;
	text-decoration:none;
	}
a.details2:hover{
	font-family: Tahoma;
	font-size: 9px;
	color: #cfabee;
	text-decoration:underline;
	padding-left:1px;
	}
.about{ 
     font-family: verdana;
	font-size: 18px;
	color: #deeff6;
	}
.about1{ 
     font-family: verdana;
	font-size: 34px;
	color: #deeff6;
	}
