/* #################################################### */
/* #  lexipixel.css */
/* #################################################### */
/* #  Copyright (c)2004 Randy M. Harris, all rights reserved.  */ 
/* #################################################### */


html { 
  margin: 0;
  padding: 0;
} 


BODY { 
  margin: 0;
  margin-bottom: 22px;
  padding: 0;
  border-width: 0px; 
  border-style: none;
  background: #009696;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

H1, H2, H3 { font-family: Times, Times New Roman, Roman, Serif; }

H1 { margin: 0; font-size: 20px; }
H2 { margin: 0; font-size: 16px; }
H3 { margin: 0; font-size: 14px; font-style: italic; }

P {}

A:link { font-weight: 700; color: #009696; }
A:visited { font-weight: 700; color: #009696; }
A:hover { font-weight: 700; color: #E0E0FF; background: #009696; text-decoration: none;}
A:active { font-weight: 700; color: #009696; }

CODE {
  color: teal;
  font-family: Courier, Courier New, monospace;
  font-size: 11px;
}

.master { 
  margin: 0px; 
  background: #FFFFFF; 
  border-style: none; 
  border-width: 0px; 
  border-color: black;
  width: 612px;
}


.masthead {
  color: blue;
  background: #FFFFE0;
}

.toolbar {
  width: 612px;
  background: #E0E0FF;
}


.nav {
  width: 144px;
  height: 1000px;
  float: left;
  background: #E0E0FF;
  padding: 6px;
  text-align: left;
  line-height: 1.5;
}


.bodycopy {
  width: 348px;
  height: 1000px;
  float: left;
  padding: 6px; 
  color: navy; 
  background: #FFFFFF;
  text-align: left;
}


.ads {
  width: 120px;
  height: 1000px;
  float: right;
  position: relative;
  top: 0px;
  left: 0px;
  background: #E0E0FF;
}


.copyright {
  color: #000000; 
  background: #FFFFFF; 
  width: 612px;
}



/* #################################################### */
/* #  EOF:  lexipixel.css */ 
/* #################################################### */