@charset "utf-8";
/* CSS Document */

html, body {
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 99%;
	text-decoration: none;
}

/* ancors */
a:link {
	color: #000;
	display: block;
	text-decoration: none;
}

a:visited {
	color: #000;
	display: block;
	text-decoration: underline;
}

a:active {
	color: #000;
	display: block;
	text-decoration: underline;
}

a:hover {
	color: #000;
	display: block;
	text-decoration: underline;
}

ul {
	list-style: none;
}

li {
	border: solid 1px #FFF;
	margin: 5px;
	padding: 4px;
	text-align: center;
	width: 200px;
}

li a:link {
	color: #2C2C2C;
	border: solid 1px #FFF;
	padding: 8px 0;
	text-decoration: none;
}

li a:visited {
	color: #2C2C2C;
	border: solid 1px #FFF;
	padding: 8px 0;
	text-decoration: none;
}

li a:hover {
	-moz-border-radius: 3px;
	background: #EDEDFC;
	border: solid 1px #C5BFF2;
	display: block;
	text-decoration: none;
}

#crime_se {
	border: none;
	height: 50px
	text-align: center;
	line-height: 2;
	position: absolute;
	left: 40%;
	top: 35%;
	margin-left: -25px; 
	margin-top: -25px; 
}
