.index
   {background-image: url(bg/24.jpg);
    font-size: 10pt;
    margin: 20}

body
   {background-image: url(gfx/bg.gif);
    font-family: Arial, sans-serif;
    font-size: 10pt;
    margin: 20;
    text-align: justify}

h1
   {color: blue;
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    text-transform: capitalize}

h2
   {color: red;
    font-size: 110%;
    font-weight: bold;
    text-decoration: underline;
    text-transform: capitalize}

.hi
   {color: red;
    text-decoration: underline;
    font-weight: bold}

p
   {font-family: Arial, sans-serif;
    font-size: 10pt}

table
   {border: 0}

td
   {font-size: 10pt;
    padding: 0;
    vertical-align: top}

thead
   {font-size: 10pt;
    font-weight: bold;
    text-align: center;
    text-decoration: underline}

.shortcut
   {font-size: 75%;
    text-align: center}

.box
   {background-color: silver}

.col-l
   {text-align: left;
    vertical-align: top}

.col-r
   {text-align: right;
    vertical-align: top}

.col-c
   {text-align: center;
    vertical-align: top}

.col-b
   {font-weight: bold}

.col-i
   {font-style: italic}

img
   {border: 0;
    vertical-align: middle}

.smiley
   {border: 0;
    vertical-align: middle;
    margin: -05 0 -05 0}

li
   {padding-left: 10}

ul.dislike
   {list-style-image: url("gfx/small1.gif")}

ul.like
   {list-style-image: url("gfx/small3.gif")}

A:link
   {}

A:hover
   {color: red;
    text-decoration: underline}

A:active
   {}

A:visited
   {}

A:link.mods
   {font-weight: normal;
    text-decoration: none}

A:hover.mods
   {font-weight: normal;
    text-decoration: none}

A:active.mods
   {font-weight: normal;
    text-decoration: none}

A:visited.mods
   {font-weight: normal;
    text-decoration: none}

.random:link
   {color: yellow;
    background-color: yellow}

.random:hover
   {color: blue ! Important;
    background-color: yellow ! Important;
    font-style: italic ! Important;
    font-weight: normal ! Important;
    text-decoration: none ! Important}

.random:active
   {color: yellow;
    background-color: yellow}

.random:visited
   {color: yellow;
    background-color: yellow}
