/* Style For index.php */
body{
	color: #000000;
	padding: 2px;
	background-image: url(../images/layout/fill_center_gray.png);
	background-repeat: repeat;
}

img{
	border: 0px;
}

a:link, a:active, a:visited{
	color: #000000;
	text-decoration: none;
	cursor: hand;
}

a:hover{
	color: #605F7F;
	text-decoration: none;
	cursor: hand;
}
