a
{
	text-decoration: none;
	color: grey;
}

a:hover
{
	color: purple;
}

input,select
{
	width:auto;
	height:6.5vw;
	font-size:4vw;
	text-align:center;
}

input[type="submit"]
{
	width:auto;
	height:7vw;
	font-size:4vw;
}

input[type="checkbox"]
{
	width:4vw;
	vertical-align:-1.4vw;
}

tr.hotr
{
	font-size:3.5vw;
	text-align:right;
	height:9vh;
}

tr.hort
{
	font-size:3.5vw;
	text-align:right;
	height:12vh;
}


