* { margin: 0; }

.three {
	background-image:url(images/c.gif);
	background-repeat: no-repeat;
	height: 20px;
}

.two {
	background-image: url(images/b.gif);
	background-repeat: repeat-y;
	padding: 0 15px;
	text-align: center;
}
.one {
	background-image:url(images/a.gif);
	background-repeat: no-repeat;
	height: 20px;
}

.glue {
	width: 780px;
	margin: auto;
	text-align: center;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
.sm {
	font-size: 0.6em;
	font-weight: bold;
	vertical-align: top;
	width: 25%;
}
h1 {
	font-size: 1.2em;
	margin: 5px;
}
h2 {
	font-size: 1em;
	text-align: center;
	padding: 5px;
	margin: 0;
}
h3 {
	font-size: .9em;
	text-align: center;
}
h4 {
	text-align: center;
}


a:link { color: #0000CC; }
a:visited { color: #0066CC; }
a:hover { text-decoration: none; }.details {
	font-size: x-small;
	text-align: center;
}

.review p:first-line {font-variant:small-caps; letter-spacing: 3px;}
.review p:first-letter {font-size:xx-large;}
p {
	margin: 10px 10px 0;
	text-align: center;
}
ul {
	margin: 0px;
	padding: 0;
}

li {
	list-style-type: none;
	text-align: left;
	padding: 0;
}
.mi {
	font-size: 0.8em;
	text-align: center;
}
.mar {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}


.mi img { border: 1px solid #000; }
