a:link {
	color: #0000CC;
	text-decoration: none;

}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a {
	color: #0000CC;
	text-decoration: none;
}
.all {
	position: absolute;
	z-index: 10;
	height: auto;
	width: 50%;
	left: 25%;
	top: 10px;
	border: thick solid #CCCCCC;
	margin: 0px;
	padding: 5px;
	background-color: #FFFFFF;




}
body {
	background-color: #CCCCCC;
}
