/***********************************************************************\
*									*
*	classic.css							*
*									*
*	Purpose: a stylesheet to give the original green-on-black	*
*	colour-scheme of my home page. Very much private to me.		*
*	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: green;
}

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


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: green;
    text-align: right;
    text-decoration: underline;
}

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

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

TH, TD, DT, DD, DL
{
    font-family:  Helvetica, Arial, sans-serif; 
    color: green;
    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: green;
    background: black;
}

TH.activenav
{
    background: #004000;
    color:      lime;
}
TH.navigation
{
    background: black;
    colour:     lime;
}


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: lime;
    background: green;
}


A:link
{
        color:  #cfff65;
}


A:visited
{
        color:  #65ff32;
}


A:active
{
        color:  #65ff00;
        background: yellow;
}


A:hover
{
        color:  #cfff65;
        background:     lime;
        
}



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;
}

.notice
/* A class for things which the user's attention should be drawn to */
{
    background: #006000;
    color:	lime;
    font-size: small;
    font-weight: bolder;
    font-style: italic;
    text-align: right;
}
