/*****************************************/
.SourceCode{
 font:10pt Courier New;
 text-align:left;
 white-space:pre;
}
.CenteredMain{
 text-align:center;
 border:0.15mm solid white;
 height:5mm;
 margin:1mm;}
.CenteredMain2{
 text-align:center;
 border:0.15mm solid white;
 margin:1mm;
 width:98%;
 height:100%;
 overflow: hidden;}
.bodyStyle{ font:10pt Arial;}
/*****************************************/
body
{
 font:10pt Arial;
 color:white;
 background-color: black;
}
/*****************************************/
ol.decimal {list-style-type: decimal}
/*****************************************/
td.pics{
 padding:1cm 1cm;
}
/*****************************************/
a{color:yellow;}
a:visited{color:#909000;}
a:active {color: #FFEE00;}
/*****************************************/
a.menu:link
{
width:12em;
text-decoration:none;
color:yellow;
background-color:black;
padding:0.1em 0.6em;
margin-left:0.6em;
border:1px solid gray;
}
a.menu:visited
{
width:12em;
text-decoration:none;
color:yellow;
background-color:black;
padding:0.1em 0.6em;
margin-left:0.6em;
border:1px solid gray;
}
a.menu:hover {
background-color:#404000;
cursor:pointer;
}
a.menu:active {
background-color:#909000;
cursor:pointer;
}
/*****************************************/