/* general ------------------------------------------------------------ */body {	background: #fff;	margin: 0;	padding: 20px;	}* {	font-family: Georgia, "Times New Roman", Times, serif;	color: #000;	text-align: left;	}	h1 span {	color: #000;	}	p, h1, h2, h3, h4, blockquote {	margin-top: 0;	margin-bottom: 5px;	}a,a * {	color: #B01511;	}	a:visited,a:visited * {	color: #B01511;	}	a:hover {	text-decoration: none;	}	img {	display: block;	}	input, select, textarea {	display: block;	}	div {	display: block;	margin-top: 5px;	}	ul {	list-style: square;	}