<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* STYLESHEET: TramAust (Trams of Australia)
*
* VERSION: 1-02, 22-Apr-1998
*
* AUTHOR:  David Hoadley 
*
* MODIFICATIONS:
*  1-01	 8-Apr-1998	David Hoadley
*	- original
*  1-02	22-Apr-1998	David Hoadley
*	- removed "+2pt" from table heading styles, because Netscape
*	  rendered them incorrectly
*		
*
*------------------------------------------------------------------------
*	Main body styles
*	================
*/
BODY.frontpage {background-image: url("graphics/bghome.gif")}

BODY {background-image: url("graphics/bg1.gif")}

H1 H2 H3 {color: gold;
/*    font-family: helvetica,arial,geneva,sans-serif;   */
    font-variant: small-caps;
    text-align: center}
/*
*	Table headers heading up lists of links
*/
table {background-color: white}
table th {color: white; background-color: #063 }
table td {color: #006633 }

th.linkhead {color: white;
    font: italic bold /* +2pt */ helvetica,arial,geneva,sans-serif;
    background-color: black}
/* (or
    background-image:url(bluebanner.gif)} */

/*	Lower contrast version for members' links, since not for public */
th.linkmemb {color: white; 
    font: italic bold /* +2pt */ helvetica,arial,geneva,sans-serif;
    background-color: gray}
/* (or
    background-image:url(graybanner.gif)} */

/*	Other table headers -- style coordinated with the link headers */
th.standard {color: black;
    font: italic bold /* +2pt */ helvetica,arial,geneva,sans-serif;
    background-color: white}
/*
*	Lists of links beneath these headers
*/
ul.links {font-family: helvetica,arial,geneva,sans-serif;
    list-style-image: url(graphics/arrow.gif);
    list-style-type: circle}

span.linkmemb {font-family: helvetica,arial,geneva,sans-serif;
	color: #333333}	/* a darkish grey */

a.extlink {color: aqua}

a.members:link {color: gray}
/*
* Document subdivisions
* ---------------------
*/
DIV.header {font: italic 80% "New York", Times, "Times New Roman", serif;
    color: gray;
    text-align: right }

DIV.header A {font-size: normal 60%;
    text-align: right}

DIV.navlinks {color: red;    /* intend same color as alink */
    font-size=80%; 
    text-align=center}

DIV.footer {font: 80% "New York", Times, "Times New Roman", serif }
</pre></body></html>