	body {
		background-color: #fff;
		font-family: serif;
		text-align: justify;
	}

	body a:visited { color: #000; text-decoration:underline; }
	body a:active { color: #000; text-decoration:underline; }
	body a:hover { color: #777; text-decoration:underline; }
	body a:link { color: #000; text-decoration:underline; }

	.menu {
		font-family: sans-serif;
		font-size: 80%;
		float: right;
		position: fixed;
		top: 0px;
		right: 0px;
		padding: 2px;
		background: #777;
	}
	
	.menu a { padding: 2px; }		
	.menu a:visited { color: #fff; text-decoration:none; }
	.menu a:active { color: #fff; text-decoration:none; }
	.menu a:hover { color: #ddf; text-decoration:none; background: #888; }
	.menu a:link { color: #fff; text-decoration:none; }
	
	.pageheader {
	}
	
	.title {
		font-size: 170%;
		font-weight: bold;
		border-bottom: 2px solid #777;
		width: 50%;
		color: #b00;
	}
	
	.subtitle {
		font-size: 50%;
		font-style: italic;
		color: #000;
	}
	
	.beta {
		vertical-align: top;
		font-family: sans-serif;
		font-size: 40%;
		color: #777;
	}
	
	.body {
		text-align:center;
		padding-top:10px;
		border-width: 1px;
		border-style: solid;
		margin-top: 5px;
		margin-bottom: 50px;
		margin-left: 20%;
		margin-right: 20%;
		padding-bottom:20px;
		background-color: #edd;
		border-color: #dcc;
	}


	.vote {
		font-family: sans-serif;
		padding-top: 3px;
		padding-bottom: 3px;
		border-width: 1px;
		border-style: none;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 10%;
		margin-right: 10%;
		background-color: #cbb;
	}
	.vote a { padding-bottom: 3px; padding-top: 3px; padding-left: 10px; padding-right: 10px; }
	.vote a:visited { color: #000; text-decoration:none; }
	.vote a:active { color: #000; text-decoration:none; }
	.vote a:hover { color: #fff; text-decoration:none; background: #777; }
	.vote a:link { color: #000; text-decoration:none; }
	
	.VoteValue {
		font-family: sans-serif;
		font-weight: bold;
		color: #fff;
	}
	
	.bitchnail {
		margin: 10px;
		padding: 10px;
		border-style: none;
		background-color: #eee;
	}
	.email{
		font-family: monospace;
	}
	.flowtext{
		text-align: justify;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 80%;
	
	}
	small{
		font-size: 70%;
	}
	.spam {
		margin-right: 10px;
		font-weight: bold;
	}
	.ham {
		margin-left: 10px;
		font-weight: bold;
	}
	.footer {
		color: #777;
		font-size: 80%;
		width: 100%;
		background: #fff;
		text-align: right;
	}
	.lastbitch {
		color: #fff;
	}

