/* Stylesheet for wk11 */

#wrapper {
position: relative;
width:960px;
height:100%;
margin:0 auto;
background-color:#0C343D;
}

body {
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color:black;
color:white;
line-height: 125%;
padding: 0;
margin: 0;
}

a:link {
  color:#FFFF00;
  text-decoration:none;
}

a:visited {
  color:#FFFF00;
}

a:hover {
  color:white;
  background-color:#0C343D;
}

a:active {
  color:#FFFF00;
}

#bigname {
padding:5px;
background-color:black;
height:70px;
font-size:2.1em;
color:#134F5C;
}

#main {
color:white;
}

#nav {
text-align: center;
background-color:#134F5C;
padding:5px;
border-bottom: 1px solid #000000;
color:#FFFF00;
}

#footer {
text-align: center;
background-color:black;
padding:15px;
height:50px;
}

img {
border: 1px solid #000000;
opacity:0.4;
filter:alpha(opacity=40); /* For IE8 and earlier */
}

h3 {
color:#FFFF00;
}

#backtoclass {
background-color:#0C343D;
padding:2px;
width: 70px;
text-align: center;
font-size:.8em;
}

a.zzz:link {
color:white;
text-decoration:none;
}

a.zzz:visited {
color:white;
text-decoration:none;
}

a.zzz:hover {
color:white;
text-decoration:underline;
}

a.zzz:active {
color:#008c9a;
}




