/*
 *  Style sheet for my Yahoo! Geocities Falco page
 *
 *  Stylesheet given to the public domain by Ken Lawas
 *  Validated CSS1 by WDG validator
 *
 */

/*  $Id: cyanfalco.css,v 1.1 2003/07/14 21:16:43 lawas Exp $  */

/*  Search and replace these to change colors: 
 *
 *  Background color for entire document: #333333
 *  Theme (foreground) color of text on above background:  #00c7ff
 *  Darkened theme color as background for white text: #403a00
 *
 */

/*  Default look */

body {
  margin: 20px;
  background: #333333 none; /* color image */
  font:14px verdana, times-newroman, times, serif;
  color:#ffffff;
}

p {
  color:#ffffff; /* for Netscape 4 */
  background: #333333 none;
}


/*  Headers */
/*    h1 for title (colored) */
h1 {
  color:#00c7ff;
  background: #333333 none; /* spec bg w color to override user style sht */
  font:bold 32px/36px arial, helvetica, sans-serif;
}

/*    h2 for subsections (paragraph headers) (uncolored) */
h2 {
  font:bold 22px/25px arial, helvetica, sans-serif;
  color:#ffffff;   /* for Netscape 4 */
  background: #333333 none;
}

h3 { font:bold 18px/20px arial, helvetica, sans-serif; }

h4 { font:bold 16px/18px arial, helvetica, sans-serif; }

img {
  border-width:0px;
}

ul {
  color:#ffffff; /* for Netscape 4 */
  background: #333333 none;
}

li {
  padding:0px 0px 10px 0px;
  color:#ffffff; /* for Netscape 4 */
  background: #333333 none;
}


/*  Links */
a {
  color:#00c7ff;
  background: #333333 none;
  font-weight:600;
  text-decoration:none;  /* don't want underlined links */
}

a:link {
  color:#00c7ff;
  background: #333333 none;
}      /* unvisited link */
a:visited {
  color:#00c7ff;
  background: #333333 none;
}   /* visited links */
a:active {
  color:#00c7ff;
  background: #333333 none;
}    /* active links */
a:hover {
  color:#ffffff;
  background: #00c7ff none;
  /* border-width:1px;  for images -- doesn't work */
}


/*  Tables  */
td {
  color:#ffffff; /* for Netscape 4 */
  background: #333333 none;
}

.table-header {  /* intended for first row td's of table */
  color:#00c7ff;  /* tinted on default background */
  background: #333333 none;
  font-style:italic;
}

.table-hrow { /* intended for first row tr's of table (IE wants td class) */
  color:#ffffff;  /* white on darkened theme background */
  background: #00637f none;
  font-style:italic;
}


/*  Special classes for my webpages */
.header { margin:0px; }

.menu { margin:40px 30px; }

.footer { padding:10px 0px; }

.Look { /* try to use only for splash announcements */
  color:#00c7ff;
  background: #333333 none;
  font-style:italic;
}

.drop-cap{  /* intended as a paragraph class */
  color:#ffffff; /* for Netscape 4 */
  background: #333333 none;
}

.drop-cap:first-letter{
  font-size:150%;
  color:#00c7ff;
  background: #333333 none;
}

.boxed-notice{
  padding:10px;
  border:1px solid #00c7ff;
  margin:0px 20px;
  color:#ffffff; /* for Netscape 4 */
  background: #333333 none;
}

.question{ /* for FAQ */
  margin:20px 0px 10px 0px;
  font-style:italic;
}

.answer{  /* for FAQ */
  margin:0px 20px;
}

.Tinted {
  color:#00c7ff;
  background: #333333 none;
}

