body {
       background-color: #cccccc;
       background-repeat: repeat;
       background-image: url(fondo_estrellas.png);
}

#head {
       margin-bottom: 27px;
       margin-top: 27px;
       text-align: center;
}

a img {
       height: 30px;
       border-width: 0px;
}

#links {
       font-size: 12px;
       font-family: "Courier New", Courier, Monaco, monospace;
       margin-right: auto;
       margin-left: auto;
       width: 400px;
}

#links ul {
       list-style-image: url(star.png);
       list-style-type: none;
}

#links li {
       margin: 10px;
}

#holder {
       margin-right: auto;
       margin-left: auto;
       width: 700px;
}

#footer {
       font-family: monospace;
       text-align: right;
}

#df {
	height: 40px;
}

.title {
	
	font-size: 20px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	
	border-right-width: 0px;
	
	border-left-width: 0px;
	
	border-top-width: 0px;
	
	border-color: black;
	
	border-style: solid;
	
	border-bottom-width: 3px;
	
	margin-top: 40px;
	
	text-align: left;
	
}

a, a:visited {
	color: black;
}