/*
AKI SUSHI
Desarrollado por equistene
www.equistene.com
*/

body {
	background-color: black;
	text-align: center;
}

#texto p{
	background-color: #333333;
	color: white;
	border: 2px solid #212121;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	width: 600px;
	text-align: center;
	padding: 10px;
}
#texto a{
	color: white;
	background-color: black;
	text-decoration: none;
	margin: 0 2px 0 2px;
	padding: 0 2px 0 2px;
}

#texto a:hover{
	color: black;
	background-color: white;
	text-decoration: none;
	margin: 0 2px 0 2px;
	padding: 0 2px 0 2px;
}


