body { font-size: 25px;  background-image: radial-gradient(white, silver);}
textarea { font-family:"Times New Roman", Times, serif; }
button, input { 
 font-weight: bold; 
 border: solid black 1px; 
 font-size: 18px; 
 min-width: 25px;
 border-radius: 4px;
 margin: 2px; 
 padding: 2px; 
 background-image: radial-gradient(#EEEEEE, #AAAADD);
}
.mySelect, select  { font-size: 25px;  color: black; font-weight: bold; border: solid black 1px;} 
a:link {color: black; text-decoration: none;}
a:visited {color: blue; text-decoration: none;}
a:hover {text-decoration: underline;}
.bigbutton { 
 font-size: 30px; border-radius: 8px; padding: 2px; 
 background-image: radial-gradient(white, rgb(200,200,255) ); 
}
.linkbutton { 
 font-size: 25px; border-radius: 8px; padding: 2px; 
 background-image: radial-gradient(white, rgb(150,150,200) ); 
 border: solid black 2px; 
}
.question { font-size: 30px; padding: 3px; border-radius: 8px; border: 2px solid black;}
.selected {color: white; font-weight: bold; background: rgb(40,40,40);}
.prave { color: darkred; }
.recte { color: darkblue; }
.clare { color: darkgreen; }
