/* Stylesheet for wk13 */

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

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

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

a:visited {
  color:#245A7A;
  text-decoration:none;
}

a:hover {
  color:black;
  text-decoration:underline;
}

a:active {
  color:#245A7A;
  text-decoration:none;
}

#bigname {
padding:5px;
background-color:#03436A;
height:70px;
font-size:2.1em;
color:#64A8D1;
}

#nav {
text-align:right;
background-color:#64A8D1;
padding:5px;
border-bottom: 1px solid #245A7A;
color:#245A7A;
font-size:.8em;
}

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

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

h3, h2 {
color:#64A8D1;
font-family: Courier New, Courier, monospace;
}

#backtoclass {
background-color:#245A7A;
padding:2px;
width: 99.56%;
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;
}

