
.select {
border: 1px solid #CCC;
}

.select div {
margin: 0px;
padding: 0px 5px;
}
.select a {
display: block;
padding: 0px 15px;
background-color: #FFF;
border-bottom: 1px solid #CCC;
}

.select a:link, .select a:visited {
color: #000;
text-decoration: none;
font-weight: normal;
}

.select a:hover {
background-color: #EEE;
color: #000;
}

.select a.current:link, .select a.current:visited {
color: #000;
background-color: #ffffa6;
}

.select var {
display: block;
padding: 5px 15px;
font-size: 1.1em;
font-weight: bold;
background-color: #eee;
}

.good { color: green; }
.wrong { color: red; }

