* {
    margin:0;
}
body {
    background-color: white;
    color: black;
    font-family: "Helvetica", "Arial", sans-serif;
}
.center{
    position: absolute; 
    left: 50%; 
    width: 600px;
    margin-left: -300px;
}
a{
    color:#996633;
    text-decoration: none
}
a:hover{
    color:#cccccc;
}
p{
    font-size:small;
}
p.rebellion{
    font-family:"Helvetica", "Arial", sans-serif;
}
p.title{
    font-family:"Helvetica","Arial",sans-serif;
    font-size: large;
    text-align: left;
    font-weight: bold;
    margin-left: 10px;
}
p.garnand{
    font-size: medium;
    margin-left: 10px;
}
table{
    font-size:small;
}
table.border{
    border: 0;
    border-spacing: 4px;
    padding: 4px;
    width: 600px;
    background-color: black;
}
table.headerimage{
    border-collapse: collapse;
    border: 0;
    border-spacing: 0;
    margin: 0;
    width: 600px;
    height: 90px;
    background-color: black;    
    table-layout:fixed;
}
table.navigation{
    width: 100%;
    font-size: 75%;
}
table.neck{
    border-collapse: collapse;
    border: 0;
    margin: 0;
    width: 600px;
    background-color:white;
}
table.body{
    border-collapse: collapse;
    border: 0;
    padding: 0;
    margin: 0;
    width: 600px;
    background-color: white;
}
table.syllabus{
    padding:2px;
    border-spacing: 2px;
    width: 100%;
    text-align:left;
    table-layout:fixed;
}
td{
    vertical-align: top;
    padding: 0px;
    width: 100%;
    height: 0;
}
td.credits{
    font-size:x-small;
    vertical-align: bottom;
    text-align:right;
}
td.body{
    width:  98%;
    height: 98%;
    padding:0;
}
td.headerimage{
    background-color: #666666;
    padding:0;
    margin:0;
    height:90px;
    width:600px;
    display:block;
}
td.neck400{
    padding:0;
    font-family:"Helvetica", "Arial",  sans-serif;
    font-size:120%;
    width: 400px;
    height: 35px;
}
td.neck200{
    padding:0;
    font-family:"Helvetica", "Arial", sans-serif;
    font-size:120%;
    width: 200px;
    height: 100px;
}
td.neck{
    padding:0;
    font-family:"Helvetica", "Arial", sans-serif;
    font-size:120%;
}
td.navigation{
    text-align: center;
}
td.navigationwebsites{
    text-align: center;
    height: 40px;
}
dd{
    margin-left:40px;
}
dd.textlist{
    margin-left:60px;
}
th.syllabus{
    text-align:left;
    background-color: #cccccc;
    vertical-align: center;
    height: 20px;
}
.syllabus tr:nth-child(odd){
    background-color: #cccccc;
}
td.syllabuschapters{
    text-align:center;
    font-size:x-large;
}