.text{ 
font-size:12px;
color:black; 
}


.text_box{
	background-color: white;
	color:black;
	border: 1px groove Black;
}

.form{
	border : 1px solid Black;

	
}

.button{
	background-color: silver;
	color: black;
	border: 1px groove black;
	font-size:11px;
}
a.button:hover{
	color: orange;
}

.section{ 
background-color: gray;
color:black;
width:400px;
font-size:12px;
font-weight:bolder;
 }
 
 .options
 {
	background : silver;
	border : 1px solid Black;
}