/* Opera propaganda page CSS file. Somewhat messy but it works. By SuitCase (suitcase@soaringrabbit.com) */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* Headers and other basic tags. */

h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	text-align: center;
	padding: .2em;
	background-color: #B8E0F9;
	border: 3px double #6890D2;
}
h2 {
	font-size: 1.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
p,li,table {
	font-size: .9em;
}
table {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}
th {
	background-color: #E6E6E6;
}

/* Specific parts of the page that need defining. */

/* Clear the floated images */

h2,.smallprint {
	clear: both;
}

/* Other stuff */

.tagline {
	font-size: 1.1em;
	font-style: italic;
	color: #660000;
	text-align: center;
}
.best {
	background-color: #8FC3FF;
}
.complaint {
	padding: 0 1em;
	background-color: #BCE4FC;
	background-repeat: repeat-x;
	border-top: 1px solid #6AB8F7;
	border-bottom: 1px solid #6AB8F7;
}
.notes {
	font-size: 0.7em;
	font-style: italic;
}
.smallprint {
	font-size: 0.7em;
	text-align: center;
	padding: 0.6em;
	background-color: #E6E6E6;
	border: 1px solid #666666;
}
.descriptorimage {
	float: right;
	margin: .3em;
}
.featureimage {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.sidebox {
	float: right;
	padding: 0.5em;
	margin: 1em;
	background-color: #CBECA0;
	border: 1px dotted #009900;
}

