<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Science pages main color combination
white #FFFFFF
black #000000
dark gray #999999
light gray #DDDDDD
blue #214263
Colors are not embedded in "" for Netscape compatibility
*/


#DateLayer
{
display:none;
}
#MenuLayer{
display:none;
}
#TitleLayer
{
width:100%
}
#TextLayer
{
width:100%;
}

body
{
font-family: "Verdana", arial, 'sans serif'; 
font-size:10pt;
color:#000000;
font-weight: 400;
background-color:#214263;
margin-right: 0%; 
} 

/* Headers */

h1,h2
{
margin-top: 1em; 
margin-bottom: 1em;
text-indent:0.5em;
letter-spacing:0.2em;
font-variant: small-caps;
font-weight:700;
}

h3
{
font-variant: normal;
font-weight:700;
}

/* Table and table elements */

table
{
margin-top:0em;
border:0;
padding:0;
}

table.postit
{
width:50%;
border: 0.2mm solid black;
background-color:#FFFFCC;
color:#000080;
font-weight:500;
text-align:justify;
font-size:85%;
}

th
{
padding:0.5em;
font-size:97%;
font-weight:600;
border-width:1;
border-style:outset;
}

td
{
font-size: 90%;
margin-left:50%;
}

td.transp
{
padding-top:0.5em;
padding-bottom:0.5em;
padding-left:1em;
padding-right:0.5em;
font-size: 90%;
background-color:#DDDDDD;
border-style:groove;
}

/* Lists and paragraph styles*/
ol
{
font-size:95%;
list-style-type:decimal;
list-style-position:outside;
margin-top:1em;
margin-bottom:1em;
}

ul
{
list-style-position:outside;
margin-top:1em;
margin-bottom:1em;
}

li
{
font-size:100%;
}

li.sq
{
font-size:90%;
list-style-type:square;
}

p,li
{
line-height:120%;
margin-top:0.4em;
margin-bottom:0.4em;
}

br
{
margin-top:0.3em;
}

blockquote
{
padding-left:0em;
padding-right:0.5em;
padding-top:0.5em;
padding-bottom:0.5em;
text-align:justify;
font-size:85%;
}

/* Address tag */
address
{
font-family:"Verdana", arial, 'sans serif'; 
font-style:oblique;
background-color:#214263;
color:#dddddd;
font-weight:300;
font-size:8pt;
text-align:center;
}

/* Attributes (classes) to be applied to normal HTML tags */

.mytitle
{
margin-top: 1em; 
margin-bottom: 1em;
letter-spacing:0.2em;
font-family:"Terminator Real NFI", "Verdana" 'arial', 'sans serif';
font-size:27;
font-variant: small-caps;
font-weight:700;
text-align:center;
height:30;
}

.caption
{
font-size:90%;
color:#214263;
/*font-style: italic;*/
}

.small
{
font-size:65%;
}

.smcap
{
font-variant:small-caps;
}

.enhance
{
font-weight:700;
color:#214263;
}

.lrisb
{
background:#bbeeff;
}

.lrisr
{
background:#FF8888;
}

.tableb
{
border-collapse: separate;
border-spacing: 0.15em;
background:#bbeeff;
padding: 0.1em;
margin: 1em;
}

.tabler
{
border-collapse: separate;
border-spacing: 0.25em;
background:#ff8888;
padding: 0.1em;
margin: 1em;
}
.cellgr
{
background:#BBFFBB;
}
.cellwh
{
background:white;
}

.cellye
{
background:#FFFFCC;
}

.cellemail
{
background:#FFFFCC;
color:#0011ff;
}

.cellbl
{
background:#000000;
}

.picstars
{
background-image: url('../images/starfield1.jpg');
padding: 0.5em;
border:medium none;
}

.darkoverlight
{
background-color:#DDDDDD;
color:#214263;
}

.darkgray
{
background-color:#999999;
color:#214263;
}

.lightoverdark
{
background-color:#214263;
color:#DDDDDD;
}

.alert
{
background-color:#FFFF00;
color:#000000;
font-weight:600;
}

.pre
{
font-family: monospace;
white-space:pre;
}

.cent
{
text-align:center;
}

.opaque {
	opacity: .5;
	filter: alpha(opacity=50);
	-moz-opacity: .5;
}

/* Links */

a:link     { color:#0000cc; }
a:visited  { color:#ff0000; }
a:active   { color:#660000;}
a:hover    { background-color:#FFFFCC;}</pre></body></html>