/* CSS 1.0 Cascading Style Sheet for ABC99 */
/* http://www.at.embnet.org/molg/abc1999/ */

BODY {
	font-family: "Lucida Sans", "Verdana", "Arial", "Helvetica", sans-serif;
	background-image: url(BlueMarble.jpeg);
	background-repeat: repeat;
	background-color: #FFF;
	color: #000;
}

TT         { font-family: "Lucida Sans Typewriter", "Courier New", "Courier", monospace; }
DL         { margin-left: 1em; margin-right: 1em; text-align: justify; }
OL         { margin-left: 3em; margin-right: 1em; text-align: justify; }
P          { margin: 1em; }
P.left     { text-align: left; }
P.right    { text-align: right; }
P.justify  { text-align: justify; }
P.center   { text-align: center; }
P.nomargin { margin-left: 0em; margin-right: 0em; }

P.boxed {
	margin: 1em;
	padding: 1em;
	border-color: #000;
	border-style: solid;
	border-width: thin;
	background-color: #CCC;
	color: #000;
	text-align: justify;
}

/* Definition of page layout in terms of cascaded style sheets rather than HTML tables. */

DIV.framepage {
	margin: 4em; 
	padding: 2em;
	border-color: #CCC;
	border-style: ridge;
	border-width: thin;
	background-color: #FFF;
	color: #000;
}

DIV.frontpage {
	margin: 4em; 
	padding: 2em;
	border-color: #CCC;
	border-style: ridge;
	border-width: thin;
	background-image: url(Transporter.jpeg);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFF;
	color: #000;
}

A:link    { background-color: transparent; color: #00F; } /* unvisited links */
A:visited { background-color: transparent; color: #66F; } /* visited links   */
A:hover   { background-color: transparent; color: #00F; } /* user hovers     */
A:active  { background-color: transparent; color: #66F; } /* active links    */

