/*******************************************************************/
/* BrentWorks Web Development Standard Document Model Header - CSS */
/*******************************************************************/
/* URIs:          http://www.brentworks.com/css/style.css          */
/*                brentworks.com/css/style.css                     */
/* Description:   BrentWorks Cascading Style Sheet                 */
/* Author:        Brent J. Angeline - BrentWorks                   */
/* CSS:           W3C-Validated CSS1 and CSS2                      */
/*******************************************************************/
/*   Site Design by BrentWorks Web Development and Digital Media   */
/*                   http://www.brentworks.com/                    */
/*******************************************************************/
body, td
{ background-color: #000000;
  color: #ffffff;
  font-family: sans-serif;
}
body
{ top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
td, img
{ border: 0;
}
h3
{ font-size: large;
  font-style: italic;
}
a
{ font-weight: bold;
}
a:link
{ color: #00bff3;
  text-decoration: none;
}
a:hover
{ color: #00bff3;
  text-decoration: underline;
}
a:visited
{ color: #00bff3;
  text-decoration: none;
}
a:active
{ color: #ff00ff;
  text-decoration: underline;
}
.yellow
{ color: #ffff80;
}
.blue
{ color: #00bff3;
}
.tag
{ font-style: italic;
  font-weight: bold;
}
.e
{ color: #00bff3;
  font-weight: bold;
}
.h
{ color: #ffff80;
  font-weight: bold;
}
/******************************************************/
/*        Copyright and Trademark Legal Notice        */
/******************************************************/
/* All textual and graphical site content             */
/* Copyright (C) 2003 Brent J. Angeline / BrentWorks. */
/* Reproduction in whole or part without written      */
/* permission is prohibited.  All rights reserved.    */
/* Brentworks and the BrentWorks logos are            */
/* trademarks of Brent J. Angeline / BrentWorks.      */
/* All other company names, product names and         */
/* services mentioned herein may be the property of   */
/* their respective owners.                           */
/******************************************************/
/*            e-mail: info@brentworks.com             */
/******************************************************/
