.hide {
	color: #FF0000;
	text-decoration: none;
}
.hide:link {
	color: #FF0000;
	text-decoration: none;
}
.hide:visited {
	text-decoration: none;
	color: #FF0000;
}
.hide:hover {
	text-decoration: none;
	color: #FF0000;
}
.hide:active {
	text-decoration: none;
	color: #FF0000;
}

A:link {
	color: red;
	text-decoration: none;
}
A:visited {
	text-decoration: none;
	color: red;
}
A:hover {
	text-decoration: none;
	color: white;
}
A:active {
	text-decoration: none;
	color: red;
}



.outer_table {  /* Options for  */
	border-width: 2px;
	border-spacing: ;
	border-style: solid;
	border-color: white;
	border-collapse: ;
	}
	
.bigButton {
	width:1.5em;
    height:1.5em;
	color:#00f;

}
