/* CSS Document */
/******************************
Link
******************************/

a:link {
	color: #0099FF !important;
	text-decoration: none !important;
}
a:visited {
	color: #0099FF !important;
	text-decoration: none !important;
}
a:hover {
	color: #0099CC !important;
	text-decoration: none !important;
}
a:active {
	color: #CCFF00 !important;
	text-decoration: none !important;
}

hr{
color:#FFFF00 !important;
clear:both;

}

.listbox{
margin-left:150px !important;


}
.photo{
float:left;
margin:0px 0px 10px 25px;

}