/* CSE 403 default style sheet */

/* logo bar */

div.logoDiv {
background-color: white;
padding: 10px 10px 10px 10px;
}

.logoImage {
vertical-align: middle;
}

/* top navigation bar */

div.tnDiv {
background-color: #666600;
}

.tnLink {
font-family: arial;
font-style: italic;
color: white;
text-decoration: none;
margin-left: 5px;
margin-right: 5px;
}

/* side navigation bar */

td.snCell {
vertical-align: top;
padding: 10px 10px 10px 0px;
border-right: medium solid #666600;
}

.snHeader {
font-family: arial;
color: black;
font-size: 120%;
font-weight: bold
}

.snGroup {
font-family: arial;
font-weight: bold;
color: black;
}

.snLink {
font-family: arial;
font-style: italic;
font-weight: normal;
text-decoration: none;
margin-left: 5px;
}

/* document body */

td.bodyCell {
vertical-align: top;
padding: 10px 10px 10px 10px;
}

p.subTitle {
font-weight: bold;
}

ul.projects {
list-style-type: none;
}

/* footer */

div.footerDiv {
font-family: arial;
font-size: x-small;
border-top: thick solid #666600;
}



