@charset "utf-8";
/* CSS Document */

body{
	background-color: #000000;
}

h1{
	font-family: "Book Antiqua", "Century Gothic", Garamond;
	font-size: 24px;
	color: #ffffff;
	letter-spacing: 0.5em;
	text-align: center;
	border-style: solid;
	border-color: #33b0ff;
	border-left: hidden;
	border-right: hidden;
}

.miparrafo{
	font-family: Georgia, Times New Roman;
	font-size: 15px;
	color: white;
	line-height: 150%;
}

a{
	font-family: "Courier New";
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-decoration: none;
}

a:link{
	color: white;
	background-color: darkgrey;
}

a:hover{
	color: black;
	background-color: white;
}