#contenedor {
	position:absolute;
	top: 50%;
	left: 50%;
	width:500px;
	height:400px;
	margin-top: -200px;
	margin-left: -250px;
	border: 4px solid #BBD212;
	overflow: visible;
	padding: 20px;
	background-color: #DDE98B;
	color: #444;
	text-align:left;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
ul {
}
h1 {
	color: #BBD212;
	font-size: 32px;
}
.style2 {
	font-style: italic;
}
.style3 {
	color: #96A800;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	list-style-type: square;
	letter-spacing: 1px;
}
h2 {
	color: #BBD212;
	font-size: 24px;
	display: block;
	margin-bottom: 5px;
}
a {
	color: #006699;
	text-decoration: none;
}
.style4 {font-size: 10px}
.style5 {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
