/***********************************************************************\
*									*
*	cool.css							*
*									*
*	Purpose: a stylesheet to give a 'cool' look and feel.		*
*	WARNING! An evolving document intended mainly for my home	*
*	page. May alter radically at any time!				*
*									*
*	Author:	    Simon Brooke <simon@jasmine.org.uk>			*
*	Copyright:  (c) 1998 Simon Brooke. Rights Reserved.		*
*									*
\***********************************************************************/


BODY, TD
{
    font-family: Helvetica, Arial, sans-serif; 
    color: black;
}

PRE, CODE, TT
{
    font-family:  monospace; 
    color: black;
}


H1, H2, H3, H4, H5, H6
{
    border-left: 5%;
    border-right: 5%;
    border-top: 0.5em;
    border-bottom: 1.5em;
    font-family:  Helvetica, Arial, sans-serif; 
    color: black;
    text-align: right;
}

P, UL, LI
{
    border-left: 5%;
    border-right: 15%;
    border-top: 0.5em;
    border-bottom: 1.5em;
    color: black;
    text-align: justify;
}

BLOCKQUOTE
{
    border-left: 5%;
    border-right: 5%;
    border-top: 0.5em;
    border-bottom: 1.5em;
    color: silver;
    text-align: left;
    font-style: italic;
}

TH, TD, DT, DD
{
    font-family:  Helvetica, Arial, sans-serif; 
    color: black;
    text-align: left;
    vertical-align: top;
}

A, ADDRESS, BLOCKQUOTE, BODY, CITE, CODE, DD, DEL, DFN,
DIV, DL, DT, EM, FORM, H1, H2, H3, H4, H5, H6, IFRAME, IMG, KBD,
LI, OBJECT, OL, P, Q, SAMP, SMALL, SPAN, STRONG, SUB, SUP, UL, VAR,
APPLET, BIG, CENTER, DIR, FONT, HR, MENU, PRE,
ABBR, ACRONYM, BDO, BUTTON, FIELDSET, INS, LABEL, LEGEND
{
        word-spacing:   normal;
        letter-spacing: normal;
        text-transform: none;
        text-decoration:  none;
        border-style:   none;
}


BODY
{
    color: black;
    background: white;
}

TH.activenav
{
    background: gray;
    color:      navy;
}
TH.navigation
{
    background: silver;
    colour:     navy;
}


EM
{
        font-style:     italic;
        font-weight:    normal;
}


STRONG
{
        font-style:     normal;
        font-weight:    bold;
}


.warning
{
        text-transform: none;
        font-style:     normal;
        font-weight:    bolder;
        background:     red;
        color:  yellow;
        
}


VAR, CITE, DFN
{
        font-style:     italic;
        
}


ADDRESS
{
        font-style:     normal;
	font-family: cursive;
        letter-spacing: .1em;
        
}


CODE, KBD, SAMP
{
        font-family:    Courier New, monospace;
}


HR
{
 size: 1;        
 color: silver;
    background: white;
}


A:link
{
        color:  blue;
}


A:visited
{
        color:  navy;
}


A:active
{
        color:  purple;
        background: yellow;
}


A:hover
{
        color:  blue;
        background:     silver;
        
}



BODY
{
        margin-top:     1.58em;
        margin-left:    4%;
        margin-right:   4%;
        margin-bottom:  1.58em;
        padding-top:    0;
        padding-left:   0;
        padding-right:  0;
        padding-bottom: 0;
        border-top:     0;
        border-left:    0;
        border-bottom:  0;
        border-right:   0;
}


