*.head {
	font-weight: bold;
}
body{
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
}
#beta{
	color: #000000;
	font-weight: bold;
	text-align: left;
	font-family: Arial,sans-serif;
	font-size: 105%;
	margin-right: 1em;
	margin-left: 1em;
	margin-top: 1em;
	margin-bottom: 1em;
}

a {
	color: blue;
}
a:visited, a:link {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #160B9C;
}

a.small {
	font-family: Arial,sans-serif;
	font-size: 80%;
	white-space: nowrap;
}


h2{
	text-align: center;
	font-family: Arial,sans-serif;
	margin-top: 2ex;
	margin-bottom: 1ex;
	font-size: 110%;
}
h3{
	font-family: Arial,sans-serif;
	margin-top: 0.5ex;
	margin-bottom: 0ex;
	font-size: 100%;
}

.exception{
	color: black;
	font-family: 'Courier New', Courier, monospace !important;
	font-weight: bold;
	font-size: 100%;
	margin-top: 1ex;
	margin-bottom: 1ex;
}


td {
	border: 0px solid #999;
}

th {
	padding-top: 2em;
	font-family: Arial,sans-serif;
	padding-bottom: 1ex;
	font-size: 110%;
}



/* Search Form */

.form_table {
	margin-top: 2em;
	margin-bottom: 1em;
}

.lable {
	text-align: left;
	color: #000000;
	vertical-align: top;
	padding: 1ex 1ex 1ex 0;
}

.input {
	text-align: left;
	color: #000000;
	vertical-align: top;
	padding: 1ex 0 1ex 1ex;
}




/* Siteswap related */

.classic{
	color:blue;
}
.equi{
	color:red;
}
.bi{
	color:purple;
}
.instantbi{
	color:green;
}
.classictd{
	background-color:blue;
}
.equitd{
	background-color:red;
}
.bitd{
	background-color:purple;
}
.instantbitd{
	background-color:green;
}
.classictd, .equitd, .bitd, .instantbitd{
	width:1em
}

.magic {
	/*border-color: #CF6; */
	/*border-color: #FC6; */
	/*border-color: #DD6; */
	border-color: #0F0;
	/*border-color: ; */
	border-width: 0 0 .2ex 0;
	border-style: dotted;
}

