/* author: Andy */
/* Creation date: 2002-4-19 */
/* default style for bodies */

/* styles for resources pages */

a.notes:link {
  color: #004088;
  text-decoration:none;
  cursor:pointer;
}
a.notes:visited {
  color: #004088;
  text-decoration:none;
  cursor:pointer;
}
a.notes:hover {
  color: #884000;
  text-decoration:underline;
  cursor:pointer;
}

pre.javascript {
  border: solid 1px black;
  color:#602000;
  background-color: #ffffe3;
  padding:20px;
  font-size:90%;
}

pre.code {
  border: solid 1px black;
  color:#602000;
  background-color: #ffffe3;
  padding:10px;
  font-size:90%;
}

code {
  font-size:120% !important;
  font-size:100%;
  font-weight:bold;
  color:#076007;
}

.caption1 {
  font-weight: bold;
  font-size:small;
  margin-bottom:50px;
}

h4 {
  line-height:1%;
}

p.copy1 {
  font-size:small;
}

.footnote {
  width:90%;
  font-size:70%;
  margin-left:10pt;
  padding:5px 0px 8px 0px;
  border-top:dotted 1px;
  border-bottom:dotted 1px;
}
