#start_table_class
{
	 background: rgb(0,0,0,0.2);
	 border-radius: 10px;
	 margin-top:5px;
	 margin-bottom:5px;
	 transition-duration: 0.5s;
	 width: 100%;
}

table#start_table_class
{
	text-align: center;
	box-shadow: 0px 0px 1px #33ccff;
}

table#start_table_class:hover
{
	background: rgb(0,0,0,0.1);
	box-shadow: 0px 0px 1px #ff9500;
}


table#start_table_class:hover>a
{
	text-shadow: 0px 0px 20px red;
}

#start_table_class td:nth-child(2)
{
	text-align: right;
}
