<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
 margin: 0;
 padding: 0;
}
body {
 font-family: Trebuchet MS;
}
a {
 color: #000;
}
a:hover, a:active, a:visited {
 text-decoration: none;
}
#main {
 width: 780px;
 margin: 0 auto;
 margin-top: 50px;
 padding: 10px;
 border: 1px solid #CCC;
 background-color: #EEE;
}
form fieldset { border: 0; }
form fieldset p br { clear: left; }
label {
 margin-top: 5px;
 display: block;
 width: 150px;
 padding: 0;
 float: left;
}
.collegepreferences{
 margin-top: 10px;
 margin-bottom: 10px;
}
select {
 margin-top: 10px;
 margin-bottom: 10px;
}
input {
 font-family: Trebuchet MS;
 border: 1px solid #CCC;
 margin-bottom: 5px;
 background-color: #FFF;
 padding: 2px;
}
input:hover {
 border: 1px solid #222;
 background-color: #EEE;
}</pre></body></html>