/*
This Style Sheet provides all of the standards for the tacticus.com web
site.
*/


/*
Usables:
p.left
p.center
p.right
body.normal
body.error
*/


/* Standard Body Defaults */
body.normal
     {
      background: black;
      text: white
     }
body
     {
      background: black;
      text: white
     }
body.error
     {
      color: black;
      text: yellow
     }

/* Link Attributes */
a:link { color: green; font-family: arial, times, serif }
a:active { color: blue; font-family: arial, times, serif }
a:visited { color: gray; font-family: arial, times, serif }
a:hover { color: blue; font-family: arial, times, serif; text-decoration: 
blinking }

/* Headings */
h1
  {
   text-align: center;
   text-transform: capitalize;
   font-family: times, arial, cursive;
   font-size: 24pt;
   color: blue
  }
h2, h3, h4, h5, h6
                  {
                   text-indent: 100px;
                   text-align: left;
                   text-transform: uppercase;
                   font-family: sans-serif;
                   font-size: 16pt;
                   color: blue
                  }

/* Paragraphs */
p.left
  {
   text-align: left;
   text-indent: 2%;
   font-family: arial, times, serif;
   font-size: 12px;
   color: white
  }
p.center
  {
   text-align: center;
   font-family: arial, times, serif;
   font-size: 12px;
   color: white
  }
p.right
  {
   text-align: right;
   text-indent: 2%;
   font-family: arial, times, serif;
   font-size: 12px;
   color: white
  }

/* Misc */
hr { color: orange }
b { font-weight: bolder }
