/*stylesheet for lessons, conford, alg2 v1.0*/

body {
  font: 100% Arial, Helvetica, sans-serif;
  background: #8844FF;
  color: #3388FF;
}
#enclosure {
  width: 80%;
  background: #AAAAFF;
  margin-right: auto;
  margin-left: auto;
  color: #FF9900;
}
#pagehead {
}
#nav {
  text-align: center;
}
#nav a:link {
  color: #550077;
}
#nav a:visited {
  color: #BB2200;
}
#nav a.current:visited {
  color: #223333;
}
#nav a:hover, #nav a:active {
  color: #FF4400;
}
p {
  line-height: 150%;
  margin-left: 3px;
  margin-right: 3px;
}
#notice a:link, #notice a:visited, #notice a:active {
  color: #FF9900;
}
#special {
   color: #FFFF00;
}
#special a:link, #special a:visited, #special a:active {
   color: #00FFFF;
}
#script {
   width: 90%;
   margin-left: 5%;
   background: #306EFF;
   color: white;
   border: 1px dotted #3FF;
}
fieldset {
   background: #000099;
   width: 85%;
}
form {
   width: 80%;
   padding: 1em;
   margin-left: 1%;
   background: #000099;
   color: white;
   border: 1px dotted #3FF;
}
legend {
   color: #FFFF00;
   font-weight: bold;
}
acronym {
   border-bottom: 2px dotted #CCC;
}
#footer {
  font-size: 80%;
  clear: both;
}

/*heading styles*/

#pagehead h1 {

  color: #000099;
  text-align: left;
  text-indent: 5px;
  letter-spacing: 0.1em;	
  font: italic 300% Georgia, "Times New Roman", Times, serif;
  background: #719FC3;
  min-height: 70px;
  width: 100%;
}
#script h1 {
  color: #FFFF00;
}
#content h2 {

  color: #000099;
  text-align: left;
  text-indent: 5px;
  font: Arial, Times, serif;
  background: #1155CC;
}
#content h3 {

  text-align: left;
  text-indent: 5px;
}


/*other styles*/

#content img {
	
  float: left;
	
  padding-right: 5px;
	
  padding-bottom: 5px;

}
