@import url("codebase.css");

/*created for New School of American Music*/
body {
    background-color: #CCCCCC;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 10px;
    line-height: 14px;
    color: #000066;
}

a: { color: #0000CC; }
a:link { color: #0000CC; text-decoration: none; font-weight: bold; }
a:visited { color: #0000CC; text-decoration: none; font-weight: bold; }
a:hover { color: #0033FF; text-decoration: underline; font-weight: bold; }
a:active { color: red; text-decoration: underline; font-weight: bold; }

.subhead { font-size: 12px; font-weight: bold; }
.topnav { font-size: 10px; font-weight: bold; }
.footersmall { font-size: 9px; }
.sidenav { line-height: 20px; }
.sidebar { font-size: 10px; line-height: 12px; }

h1 { font-size: 14px; font-weight: bold; }

th { bgcolor: #CCCCCC; text-align: left; }

#content { padding: 20px; }

table.seminartable {
    margin: 0 auto;
}