<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table.photoview 
{
	background-color: Transparent;
	border-style: hidden;
	border-width: 0px;					/* for IE7 */
	table-layout: auto;
	width: 100%;
}

table.photoview tr td
{
	background-color: White;			/* #e6e6fa e6e6e6 */
	border-style: hidden;
	border-width: 0px;					/* for IE7 */					
	padding: 5px 10px 5px 10px;
}

.topinfo
{
	color: Blue;
	font-size: x-large; 
	font-weight: bold;
}

.number
{
	margin-left: 100px;
	text-align: left;
}

.car 
{
	text-align: center;
}

.group 
{
	text-align: right;
}

.photo
{
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

.entrant
{
	font-size: large; 
	font-weight: bold;
	width: 50%
}

.drivers
{
	text-align: right;
	width: 50%
}

.result
{
}

.tyre
{
}

.sponsor
{
}

.colour
{
}

.bodywork
{
	text-align: right;
}

.engine
{
	text-align: right;
}

.racename, .raceevent, .racedate
{
	background-color: White;
	background-image: url('../images/table_top2.png');
	background-position: top;
	background-repeat: repeat-x;
	color: Blue;
	font-size: larger;
	font-weight: bold;
	padding: 8px;
	border-left-style: none;
	border-right-style: none;
}

.racedate
{
	text-align: right;
}


table.photoview tr td.updated
{
	padding-bottom: 10px;
	padding-top: 40px;
}

table.photoview tr td.contributor
{
	font-weight: bolder;
	padding-bottom: 10px;
	padding-top: 40px;
	text-align: right;
}

</pre></body></html>