BODY {
      background-attachment: fixed;
}

A:link {
        COLOR: #0000FF; 
        background: transparent;
        TEXT-DECORATION: underline;
        font-weight: bold;
        font-family: tahoma, arial;
}

A:visited {
           COLOR: #0000FF; 
           background: transparent;
           TEXT-DECORATION: underline; 
           font-weight: bold;
           font-family: tahoma, arial;
}

A:active {
          COLOR: #FF3366; 
          background: transparent; 
          TEXT-DECORATION: none; 
          font-weight: bold;
          font-family: tahoma, arial;
}

A:hover {
         COLOR: #0066FF; 
         background: transparent;
         TEXT-DECORATION: underline; 
         font-weight: bold;
         font-family: tahoma, arial;
}


A.menu:link {
	     COLOR: #0000FF; 
             FONT-WEIGHT: bold; 
             TEXT-DECORATION: underline:
             FONT-FAMILY: tahoma, arial;
}
A.menu:visited {
	        COLOR: #0000FF; 
                FONT-WEIGHT: bold; 
                TEXT-DECORATION: underline;
                FONT-FAMILY: tahoma, arial;
}
A.menu:hover {
	      COLOR: #FF0000;
              FONT-WEIGHT: bold; 
              TEXT-DECORATION: none; 
              FONT-FAMILY: tahoma, arial;
}
A.menu:active {
	       COLOR: #FF0066;  
               FONT-WEIGHT: bold; 
               TEXT-DECORATION: underline;
               FONT-FAMILY: tahoma, arial;
}


H1 {
    font-size: 22pt;
    text-transform: capitalize;
    font-family: tahoma, arial;
}

#lime {
       color: #00FF00;
       font-size: 22pt;
       text-transform: capitalize;
       font-family: tahoma, arial;
}

#red {
      color: #FF0000;
      font-size: 22pt;
      text-transform: capitalize;
      font-family: tahoma, arial;
}

H2 {
    color: #0033FF;
    font-size: 18pt;
    font-family: tahoma, arial;
}

P {
   font-size: 10pt;
   color: #0099FF;
   font-family: tahoma, arial;
}
UL { 
    color: #000000;
    list-style: square outside;
    list-style-image: url(a/logo.gif)
} 
LI { 
    color: #000000;
    list-style: square outside;
    list-style-image: url(a/logo.gif)
} 

SPAN {
      text-transform: uppercase;
}

/*
TEXTAREA {
          font-size: 8pt;
          color: #000000; 
          background-color: #CCCCCC;
          font-family: tahoma, arial;
}
*/

TEXTAREA {
          color: #000000; 
          background-color: #CCCCCC;
          font-family: tahoma, arial;
}

XMP {color: #000000;
     font-size: 10pt; 
     font-weight: bold;
}

/* ------- ID & CLASS ------ */

#theedge {
          padding-left: 30px;
}

#neatmenu {
           padding-right: 30px;
}

#maindiv {
          background: #FFFFCC;
          padding-left: 15px;
          padding-right: 15px;
          padding-top: 15px;
          padding-bottom: 15px;
          color: #000000;
          cursor: default;
          font-family: tahoma, arial;
}
/* class's */

/* boxed includes a border */
.boxed {
        background: #FFFFFF;
        border: solid;
        border-color: #FF0000;
        border-width: thin;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
}

/* unboxed pastel yellow background - larger text - text aligned left */ 
.unboxed {
          text-align: left;
          width: 100%;
          color: #000000;
          font-size: 12pt;
          background: #FFFFcc;
          cursor: default;
          font-weight: bold; 
          padding-left: 25px;
          padding-right: 15px;
          padding-top: 10px;
          padding-bottom: 10px;
          font-family: tahoma, arial;
}

/* reboxed same as unboxed but smaller unaligned  text */
.reboxed {
          width: 100%;
          color: #000000;
          font-size: 8pt;
          background: #FFFFcc;
          cursor: default;
          font-weight: bold; 
          padding-left: 25px;
          padding-right: 15px;
          padding-top: 10px;
          padding-bottom: 10px;
          font-family: tahoma, arial;
}

.DEADSMALL {
            font-size: 8pt;
            font-weight: bold;
}
.upper {
        text-transform: uppercase;
}

.fakelink {
           color: #0000FF;
           text-decoration: underline;
           cursor: hand;
}

.square {
         white-space: normal; 
         list-style: square;
         list-style-image: url(nosuch.gif)
}

.circle {
         white-space: normal; 
         list-style: circle;
         list-style-image: url(nosuch.gif)
}

.disc {
       white-space: normal; 
       list-style: disc;
       list-style-image: url(nosuch.gif)
}
.none {
       white-space: normal; 
       list-style: none;
       list-style-image: url(nosuch.gif)
}

#cur0 {
       cursor: crosshair;
}
#cur1 {
       color: #00FF00;
       cursor: auto;
       font-size: 8pt;
       background: #009999;
}
#cur2 {
       cursor: pointer;
       font-size: 8pt;
       color: #00FF00;
       background: #009999;
}
#cur3 {
       cursor: default;
       font-size: 8pt;
       color: #00FF00;
       background: #009999;
}
#cur4 {
       color: #00FF00;
       cursor: hand;
       font-size: 8pt;
       background: #009999;
}
#cur5 {
       cursor: help;
       font-size: 8pt;
       color: #00FF00;
       background: #009999;
}
#cur6 {
       cursor: move;
       font-size: 8pt;
       color: #00FF00;
       background: #009999;
}
#cur7 {
       color: #00FF00;
       cursor: text;
       font-size: 8pt;
       background: #009999;
}
#cur8 {
       cursor: wait;
       font-size: 8pt;
       color: #00FF00;
       background: #009999;
}
#cur9 {
       cursor: n-resize;
       font-size: 8pt;
       color: #00FF00;
       background: #009999;
}
#cur10 {
        color: #00FF00;
        cursor: ne-resize;
        font-size: 8pt;
        background: #009999;
}
#cur11 {
        cursor: e-resize;
        font-size: 8pt;
        color: #00FF00;
        background: #009999;
}
#cur12 {
        cursor: se-resize;
        font-size: 8pt;
        color: #00FF00;
        background: #009999;
}
#cur13 {
        cursor: s-resize;
        font-size: 8pt;
        color: #00FF00;
        background: #009999;
}
#cur14 {
        cursor: sw-resize;
        font-size: 8pt;
        color: #00FF00;
        background: #009999;
}
#cur15 {
        cursor: w-resize;
        font-size: 8pt;
        color: #00FF00;
        background: #009999;
}
#cur16 {
        cursor: nw-resize;
        font-size: 8pt;
        color: #00FF00;
        background: #009999;
}



.MOOVE {
        cursor: move;
}

#newarea {
          font-size: 8pt;
          color: #000000; 
          background-color: #FFFFFF;
          font-family: tahoma, arial;
}

#m0n0 {
       font-size: 10pt;
}

#ic0n {
       font-size: 8pt;
       font-family: arial;
}
TT {
    font-size: 8pt;
}

#browse {
         color: #FFFFFF; 
         background-color: #0000FF;
}

.shadow {
	FONT-FAMILY: Verdana; FONT-SIZE: 70px; FONT-WEIGHT: bold; LINE-HEIGHT: 80px;
}
.shadowtop {
	FONT-FAMILY: Verdana; FONT-SIZE: 70px; FONT-WEIGHT: bold; LINE-HEIGHT: 80px; MARGIN-LEFT: -6px; MARGIN-TOP: -84px;
}

