/* used by summary.htm, vehicle comparison chart. Created 2008-03-17 */

body {
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	background-color: #FFFFFF
}

a:link { color: #AB3EFF }
a:visited { color: #007FFF }
a:hover { color: #000000; background-color: #FF8888 }
a:active { color: #7FFFFF }

h1 { text-align: center }

table {
	margin-left: auto;
	margin-right: auto;
	border: thin solid black
}

td {
	padding: 2px;
	border: none;
	text-align: center
}

td.col2 {
	text-align: left;
	background-color: #FFD0D0
}

th {
	padding: 2px;
	border: none;
	text-align: center;
	background-color: #D0D0D0
}

p.copyright { font-style: italic; font-size: small; color: #707070 }
div.copyright { font-style: italic; font-size: small; color: #707070 }
div.centered { text-align: center }


/* used temporarily only for printing web site without web specific parts

.webonly { display: none; }
*/

