<?
	if (!$site && $cfg[subject]){
		$site = $cfg[subject];
	}
	if ($site){
		$site_label = $site;
	}else{
		$site_label = "this";
	}
?>
<html>
<head>
<title>AM I <?=StrToUpper($site_label)?> OR NOT?</title>
<style>

body {
	background-color: #ffffff;
	color: #000000;
	margin: 0px;
}

td, div {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
}

.bluehead {
	font-weight: bold;
	font-size: 32px;
	color: #006699;
}

.redhead {
	font-weight: bold;
	font-size: 32px;
	color: #cc3300;
}

.tiny {
	font-size: 10px;
}

.head5 {
	font-weight: bold;
	font-size: 24px;
}

.head4 {
	font-weight: bold;
	font-size: 18px;
}

.head3 {
	font-weight: bold;
	font-size: 16px;
}

.head2 {
	font-weight: bold;
	font-size: 13px;
}

.borderbox {
	background-color: #ffdfa0;
	border: 2px solid #000000;
	padding: 4px;
	text-align: center;
	width: 450px;
}

.votebox {
	background-color: #ffcc33;
	border: 2px solid #000000;
	padding: 4px;
	text-align: center;
	width: 500px;
}

.leftbox {
	background-color: #ffcc33;
	border: 2px solid #000000;
	padding: 4px;
	text-align: center;
	width: 200px;
}

form {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.deadpicbox {
	border: 2px solid #000000;
	padding: 14px;
	text-align: center;
	width: 400px;
	font-weight: bold;
	font-size: large;
}

</style>
<!-- coded by cal henderson of iamcal.com fame. oh yes -->
</head>
<body>
