a{
	text-decoration:none;
	color:blue;
	}
a:hover{
	color:black;
	text-decoration:underline;
	}
a.list {
	display:block;
	width:600px;
	margin-top:-15px;
	padding-bottom:5px;
	border-bottom:1px solid #ddd;
	}
body{
	font-family:Trebuchet,Arial,Sans-Serif;
	}
.anotherlink {
	font-size:10px;
	}
.floatstop {
	clear:both;
	}
.inserter {
	display:inline;
	}
.smallbutton a{
	background:url('images/sbutton.png');
	background-position: 100% 0px;
	display:block;
	width:100px;
	height:40px;
	padding:20px 0 0 0;
	text-align:center;
	float:left;
	color:black;
}
.smallbutton a:hover{
	background-position: 100% -60px;
	text-decoration:none;
}
.like a{
	background:url('images/like.png');
	color:#060;
	}
.dislike a{
	background:url('images/dislike.png');
	color:#600;
	}
.banner {
	text-align:center;
	margin:5px;
	padding:5px;
	}
.success {
	color:#060;
	background:#7f7;
	border:1px dashed #060;
	}
.failure {
	color:#600;
	background:#f77;
	border:1px dashed #600;
	}
.main {
	margin:10px;
	position:relative;
	}
.bigbutton a{
	background:url('images/button.png');
	background-position: 100% 0px;
	display:block;
	width:200px;
	height:40px;
	padding:20px 0 0 0;
	text-align:center;
	float:left;
	color:black;
	}

.bigbutton a:hover{
	background-position: 100% -60px;
	text-decoration:none;
	}
.hugebutton {
	display:block;
	margin:0px auto;
	width:350px;
	}
.hugebutton a{
	background:url('images/lbutton.png');
	background-position: 100% 0px;
	width:350px;
	height:40px;
	padding:20px 0 0 0;
	text-align:center;
	float:left;
	color:black;
	}

.hugebutton a:hover{
	background-position: 100% -60px;
	text-decoration:none;
	}
.bold{
	font-weight:bold;
	}
.center{
	text-align:center;
	}
.cons{
	float:left;
	clear:both;
	padding:10px;
	}
.input {
	font-size:20px;
	width:600px;
	}
.submitbutton {
	background:url('images/button.png');
	background-position: 100% 0px;
	border:0px;
	font-size:16px;
	font-family:Trebuchet,Arial,Sans-Serif;
	width:200px;
	height:60px;
	text-align:center;
	float:left;
	cursor:pointer;
	}
.smallspacer{
	width:100px;
	height:60px;
}
.submitbutton:hover{
	background-position: 100% -60px;
	}
#bottom{
	clear:both;
	width:800px;
	margin:0px auto;
	}
#constable{
	border-collapse:collapse;
	width:800px;
	min-height:600px;
	}
#constable td{
	margin:5px;
	padding:10px 5px;
	font-size:20px;
	background:#ddd;
	border:3px solid white;
	}
#header{
	height:100px;
	width:800px;
	}
#iddisplay {
	color:white;
	}
#wrapper{
	width:800px;
	height:auto;
	margin:0px auto;
	}