		/* Ankenbrant Enterprises Default CSS */
		/* Copyright (C) 2002-2010, Ankenbrant Enterprises. */
		/* Last Modified: 12/01/2009 */

/* Usables:
body
p.left
p.center
p.right
p#footer
h1-6
hr
*/


/* General */

body					/* body */
    {
     /* Specify boarders */

     Background-Color: white;
     background-image: none;

     color: black;
    }


/* Paragraphs */

p					/* Paragraph general */
 {
  /* Text specs */
  color: black;
  direction: ltr;
  letter-spacing: normal;
  text-decoration: none;
  text-indent: 2%;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-spacing: normal;

  /* Font specs */
  font-name: arial, sans-serif;
  font-size: small;
  font-stretch: normal;
  font-style: normal;
  font-varient: normal;
  font-weight: normal;

  /* AAAA Set up margins */
 }

p.left					/* Left aligned paragraph */
      {
       text-align: left
      }

p.center				/* Centered paragraph */
        {
         text-align: center;
         text-indent: 0;
        }

p.right					/* Right aligned paragraph */
       {
        text-align: right;
        text-indent: 0;
       }

p#footer				/* A footer paragraph */
        {
         text-align: left;
         text-indent: 4%;
         font-size: xx-small;
         /* aaaa insert a boarder spec here */
        }

h1, h2, h3, h4, h5, h6
   {
    color: navy;
    text-align: center;
    text-transform: capitalize;
    text-shadow: none;
    font-family: "times new roman", arial, serif;
    font-size: medium;
    font-stretch: extra-expanded;
   }

h1
  {
   text-shadow: red;
   font-stretch: expanded;
  }

hr { font-weight: bold; color: blue; text-align: center; }

/* Link Statements */
a:link { color: red; }
a:hover { color: gold; text-decoration: blinking }
a:active { color: gold; text-decoration: underline }
a:visited { color: gold; text-decoration: line-through }
