body {
color: #414d70; 
background: #fff;
margin: 0px;
padding: 0px; 
font: normal 78%/1.4em verdana, arial, helvetica, sans-serif;
}
.highlight {
background: yellow;
border: 1px solid;
}
.border {
background: transparent none;
border: 1px solid;
padding: 2px;
}

ul {
font: 125%/1.5em verdana, helvetica, sans-serif;
}
ol {
font: 125%/1.5em verdana, helvetica, sans-serif;
}

h1 {
color: #f60;
background: transparent none;
font: bold 150% verdana, helvetica, sans-serif;
text-align: left;
}
h2 {
color: #33c;
background: transparent none;
font: bold 110% verdana, helvetica, sans-serif;
text-align: left;
}
h3 {
color: #33c;
background: transparent none;
font: bold 105% verdana, helvetica, sans-serif;
text-align: left;
}
h4 {
color: #33c;
background: transparent none;
font: bold 90% verdana, helvetica, sans-serif;
text-align: left;
}
h6 {
color: #fff;
background: transparent none;
font: 70% verdana, helvetica, sans-serif;
}
li {
font-size: 80%;
}
p.tinytext {
font-size: 75%;
}




/* for just the top nav  */
a.topnav:link {
  font-weight: bold;
  color:#ebebeb;
  background: transparent none;
  text-decoration: none;
}
a.topnav:visited {
  font-weight: bold;
  color:#ebebeb;
  background: transparent none;
  text-decoration: none;
}
a.topnav:hover {
  font-weight: bold;
  color:#ff3;
  background: transparent none;
  text-decoration: underline;
}


/* for just the Side Nav */
#nav a:link {
color: #009; 
background: none;
text-decoration: none;
font: normal 100%/1.3em verdana, arial, helvetica, sans-serif;
}
#nav a:visited {
color: #009; 
background: transparent none;
text-decoration: none;
font: normal 100%/1.3em verdana, arial, helvetica, sans-serif;
}
#nav a:hover {
color: #009;
background: #fff none;
text-decoration: none;
font: normal 100%/1.3em verdana, arial, helvetica, sans-serif;
}

#nav {
float: left;
width: 171px;
color: #000;
background: #ced7e8 none;
padding: 13px;
margin: 0px 0px 60px 0px;
}



/* for all in main body ----------------------  */
#maincontent a:link {
color: #414d70; 
background: transparent none;
text-decoration: underline;

}
#maincontent a:visited {
color: #f60; 
background: transparent none;
text-decoration: underline;

}
#maincontent a:hover {
color: #000;
background: #ccc none;
text-decoration: underline;
}

#maincontent {
width: 95%;
background: transparent none;
margin: 15px 0px 15px 15px;
}


/* for all Amazon stuff on right ----------------------   */
#right a:link {
color: #414d70; 
background: transparent none;
text-decoration: underline;

}
#right a:visited {
color: #414d70; 
background: transparent none;
text-decoration: underline;

}
#right a:hover {
color: #f60;
background: transparent none;
text-decoration: underline;

}
#right {
float: right;
background: transparent none; 
width: 165px;
margin: 0px 0px 0px 0px;
}




/* for links in footer   */
#footer a:link {
color: #009; 
background: transparent none;
text-decoration: none;
font: 100% verdana, helvetica, sans-serif;
}
#footer a:visited {
color: #009; 
background: transparent none;
text-decoration: none;
font: 100% verdana, helvetica, sans-serif;
}
#footer a:hover {
color: #000;
background: #ced7e8 none;
text-decoration: underline;
font: 100% verdana, helvetica, sans-serif;
}

#footer {
font: 90% verdana, helvetica, sans-serif;
color: #666;
background: transparent none;
}











