body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFCC;
	background-image: url(seomaker.gif);
	background-repeat: no-repeat;
	background-position: right;
}
h1 { 
	font-size: 11px;
	font-weight: bold;
	color: #006600;
	margin-top: 10px;
	margin-bottom: 5px;
}
.contenido { 
	width: 550px;
	text-align: justify;
	float: left;
}
.menu { 
	width: 200px;
	text-align: justify;
	float: right;
	margin-bottom: 10px;
}
a:link {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #006600;
}
a:active {
	text-decoration: underline;
	color: #006600;
