@charset "utf-8";
/* CSS Document */
@font-face {
        font-family: "Fuente-Digital";
        font-style: normal;
		src: url(../fonts/digital-7-mono.ttf);
    }

body{
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	background-color: #BDE2E6;
}

h1{
	text-align: center;
	width: 100%;
	margin: 0;
}

.button {
	width : 120px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	background-color: #0C0;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 1px solid #390;
}

.button:hover {
	width : 120px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	color: #FFF;
	background-color: #390;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border: 1px solid ;
}