body{
	margin:0;
	padding:0;
	background:#2b2524;
	font-size:11px;
	font-family:georgia;
	color:#f4f5f4;
}

#principal{
	margin:0;
	width:400px;
	position:absolute;
	left:10px;
	bottom:10px;
}

h1{
	margin:10px 0;
	font-size:11px;
	font-family:georgia;
	font-style:italic;
	color:#f4f5f4;
	font-weight:normal;
}

address{
	margin-top:20px;
	font-style:normal;
}

p{
	margin:20px 0;
	font-style:normal;
	line-height:18px;
	text-align:justify;
	width:210px;
}

a{
	color:#f4f5f4;
	text-decoration:underline;
	font-weight:bold;
}

.links{

}

.links:hover{
	background:#B2B4BF;
	color:#000;
}
