@CHARSET "ISO-8859-1";

body {
   font-family: sans-serif;
}

#header {
   width: 800px;
   background-color: #FF3F82;
}

#classname {
   width: 200px;
   float: left;
   color: #35248F;
   text-align: center;
   vertical-align: middle;
}

#info {
   float: right;
   width: 575px;
   vertical-align: middle;
}

#me,#phone {
   width: 200px;
}

#me {
   float: left;
}

#phone {
   float: right;
}

#times {
   clear: both;
}

#info p {
   margin-top: 11px;
   margin-bottom: 5px;
}

.item {
   font-weight: bold;
}

#announcements p {
   border-bottom: thin dashed #35248F;
   margin-bottom: 0px;
   padding-bottom: 9px;
}

#menu li {
   padding-bottom: 3px;
}

#announcements dt {
   font-weight: bold;
   color: #35248F;
}

a {
   text-decoration: none;
}

h2 {
   border-bottom: thin solid #35248F;
   border-top: thin solid #35248F;
}

.highlight {
   font-weight: bold;
   color: #35248F;
}