body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Tahoma;
	font-size: 14px;
}

#contenedor {
	width: 700px;
	margin: 0 auto;
}

h1 {
	color: #0000FF;
	font-size: 18px;
}

h2 {
	color: #0000FF;
	font-size: 17px;
}

h3 {
	color: #0000FF;
	font-size: 15px;
}

a {
	color: #4682B4;
	text-decoration: none;
}

hr {
	width: 55%;
	height: 0px;
	text-align: left;
	border-top: 0px;
	border-bottom: #CC0000 dashed 1px;
}

ul  {
	list-style-type: none;
	text-align: left;
}
