#Algorithm_Mirrors
{
	text-align: center;
	font-variant:small-caps;
	letter-spacing: 1px;
}

#AppletViewer
{
	text-align: center;
}

#GoButton
{	
	padding-top: 20px;	
}

#Instructions
{
	padding-top: 15px;
	padding-bottom: 15px;
}

div#AlgorithmLabel
{
	font-weight: bold;
}

.Algorithm_InputTextbox
{
	width: 90%;
	background: #A70905;
	border: white 1px solid;
	color: #fff;
	height: 20px;
	padding-top: 5px;
	text-indent: 5px;
}

.AlternateRow
{
	background: #ffc;
}