body {
	margin: 0 0 0 0;
	padding: 0px;
	background-image: url(espanol_garcia_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

body, p {
	font-family: sans-serif;
	font-size: large;
	#background: #e8cd0e;
	#color: #dc000c;
	/*	line-height: 2.0em; */
}

h2, h3, p {
	margin: 3px;
	padding: 3px;
}

h2 {
	margin-top: 30px;
}

.button {
    border: 1px solid #006;
    background: #ccf;
    width: 100px;
}
.button:hover {
    border: 1px solid #f00;
    background: #eef;
    width: 100px;
}