/* CSS 1.0 Cascading Style Sheet for ABC2003. */
/* http://www.at.embnet.org/molg/abc2003/ */

BODY       { font-family: "Lucida Sans", "Verdana", "Arial", "Helvetica", sans-serif; }
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.LinkList { text-align: center; font-size: xx-small; }
P.boxed {
	margin:  1em;
	padding: 1em;
	border-color: #000;
	border-style: solid;
	border-width: thin;
	background-color: #CCC;
	color: #000;
	text-align: justify;
}

DIV { margin: 0em; padding: 1em; }

DIV.Warning {
	margin:  1em;
	padding: 1em;
	border-color: #600;
	border-style: solid;
	border-width: thin;
}

DIV.Error {
	margin:  1em;
	padding: 1em;
	border-color: #C00;
	border-style: solid;
	border-width: thin;
}

/* blue blocks */
DIV.color9CF { background-color: #9CF; color: #000; border-style: solid; border-width: thin; } /* ORF light blue */
DIV.color69C { background-color: #69C; color: #000; border-style: solid; border-width: thin; }
DIV.color369 { background-color: #369; color: #FFF; } /* ORF dark blue and NCBI blue */
DIV.color036 { background-color: #036; color: #FFF; }
/* violet blocks */
DIV.colorCCF { background-color: #CCF; color: #FFF; } /* NCBI violet */
/* green blocks */
DIV.color0FF { background-color: #0FF; color: #000; }
DIV.color0CC { background-color: #0CC; color: #000; }
DIV.color099 { background-color: #099; color: #000; } /* ABC2001 green */
DIV.color066 { background-color: #066; color: #FFF; }
DIV.color033 { background-color: #033; color: #FFF; }
/* green blocks */
DIV.color0C9 { background-color: #0C9; color: #FFF; }

/*
DIV.frontpage {
	background-color: #FFF;
	background-image: url(Transporter.jpeg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center;
}
*/

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    */


