body {
  font-family: Arial, "Lucida Grande", sans-serif;
  font-size:.7em;
}

img {
  border:0;
}

#wrapper {
  width:965px;
  text-align:center;
  background-color:#ccc;
  border-top: 6px dashed #ccc;
  border-bottom: 6px solid #999;
 border-right: 6px dashed #ccc;
  border-left: 6px dashed #ccc;
}

#wrapper2 {
  width:965px;
  text-align:center;
  background-color:#fff;
  border-left: 3px solid orange;
  border-right: 3px solid orange;
  border-bottom: 3px solid #fff;
  border-top: 3px solid #fff;
  background-color:#ffff66;
}

.sidebar4 {
font-family:Arial;
float:right;
text-align: left;
margin:0;
border-top: 0;
border-left: 0;
border-right: 6px solid #999;
border-bottom: 6px solid #333;
padding:3px;
background-color: #ffc;
}

.sidebar5 {
font-family:Arial;
float:left;
text-align: left;
margin:0;
border-top: 0;
border-left: 6px solid #999;
border-right: 0;
border-bottom: 6px solid #333;
padding:3px;
background-color:#ffc;
}

h1 {
  color: blue;
  font-face: Arial, sans-serif;
  font-size:2em;
  text-align:center;
  margin-bottom:0;
  border: 1px dashed gold;
  border-bottom:0;
  background-color:#ffc;
}

h2 {
  color:navy;
  margin-bottom:0;
  text-align:center;
  background-color:#ccc;
}

h3 {
  color:#000;
  margin-bottom:0;
  text-align:center;
  border: 1px solid #000;
}

h4 {
  color:#000;
  margin-bottom:0;
{


.note {
font-size: 110%;
color:navy;
float: center;
margin-top:0;
margin-right:3%;
margin-left:3%;
padding:10px;
border: 1px solid green;
background-color:#fff;
}

.note2 {
font-size: 110%;
color:blue;
float: center;
margin-top:0;
margin-right:10%;
margin-left:10%;
padding:10px;
border: 1px dashed gold;
border-top:0;
background-color:#ffc;
}

.note3 {
font-size: 110%;
color:blue;
float: center;
margin-top:0;
margin-right:10%;
margin-left:10%;
padding:10px;
border: 1px dashed navy;
}

.links 
a:link { color: #0000ff; }
a:visited { color: #cc6600; }
a:hover { color: #0099ff; }
a:active { color: #ff0000; }

a.external:link { color: #663300; }
a.external:visited {color: #9900ff; }
a.external:hover ( color: #ff99ff; }
a.external:active {color: #ff0066; }

a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
background-color: transparent;
text-decoration: underline;
color: purple;
}

a:active {
text-decoration: none;
}

a.button   {
background: #fff;
color:orange;
font-weight: bold;
border-width: 5px;
border-style: dashed;
border-top-color:yellow;
border-right-color: yellow;
border-bottom-color: yellow;
border-left-color: yellow;


