
/* css Zen Garden - 'Pinups', by Emiliano Pennisi
All illustrations and design was made by Emiliano Pennisi, MetroStation Design, for more info visit --> http://www.peamarte.it/02/03.html
The image of the first list it has been taken give: Stylegala Bullet Madness list 
************************************************************************************/
/* General */         
body {
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	background: #999;
	text-align: center;
	margin: 0;
}

/* Container */
div#container{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: -15px;
}

img { border-style: none; }

/* General links */
a:link,a:visited{
	color: #000;
	font-weight: bold;
}

a:hover{
	color: #B74213;
}

/* Paragraphs */
p {
	line-height: 1.3em;
	margin: 15px 0 0 10px;
}

acronym {
	color: #B74213;
	font-weight: bold;
	font-size: 10px;
	border-bottom: 1px dashed #B74213;
}


/* Start layout rules */
#preamble h3 span{
	display: none;
}

#preamble h3{
	background: url(01.gif) no-repeat;
	width: 500px;
	height: 55px;
}

/* End code */
