body {
font-family: Arial, Helvetica, sans-serif;
}

a {
text-decoration: none;
font-weight: bold;
color: #000;
}

a:link {
color: #000;
}

a:visited {
color: #000;
}

a:hover {
background-color: #eee;
color: #0066cc;
}

h2 {
font-size: 100%;
margin-left: 1em;
}

#codesource {
margin: 7em 0 0 0;
}

#codesource textarea {
width: 90%;
height: 300px;
margin: 1em;
overflow: scroll;
border: 1px solid #666;
}

.selectxt {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #f4f4f4;
color: #000;
font-weight: bold;
}