body {
background: black;
color: white;
}
img {
border: 0px;
behavior: url("pngbehavior.htc");
}
p,h1,h2,h3,ul { margin-left: 125px; }
.center { text-align: center; }
@media screen {
.navbar {
position: fixed;
top: 0px;
left: 0px;
}
.navmin {
position: fixed;
visibility: hidden;
top: 0px;
left: 0px;
}
}
@media print {
.navbar { display: none; }
.navmin { display: none; }
}
.navbar_table {
border: 0px;
table-layout: fixed;
width: 345px;
}
.navbar_left {
width: 10px;
}
.navbar_center {
width: 100px;
}
.navbar_right {
width: 15px;
}
.navbar_ul {
background-image: url(images/menu-ul.png);
width: 10px;
height: 35px;
}
.navbar_um {
background-image: url(images/menu-um.png);
width: 100px;
height: 35px;
}
.navbar_ur {
background-image: url(images/menu-ur.png);
width: 15px;
height: 35px;
}
.navbar_l {
background-image: url(images/menu-l.png);
width: 10px;
height: 195px;
}
.navbar_m {
background-image: url(images/menubg.png);
width: 100px;
height: 195px;
}
.navbar_r {
background-image: url(images/menu-r.png);
width: 15px;
height: 195px;
}
.navbar_bl {
background: url(images/menu-bl.png) no-repeat;
width: 10px;
height: 15px;
}
.navbar_bm {
background: url(images/menu-bm.png) no-repeat;
width: 100px;
height: 15px;
}
.navbar_br {
background: black;
width: 15px;
height: 15px;
}
.in_navbar {
background: url(images/menubg.png) repeat-y fixed top left;
}
.navbar_ext_l {
background-image: url(images/menuext-l.png);
width: 100px;
height: 35px;
}
.navbar_ext_m {
background-image: url(images/menuext-m.png);
width: 100px;
height: 35px;
}
.navbar_ext_r {
background: transparent;
width: 20px;
height: 35px;
}
.navbar_inv {
background: transparent;
width: 220px;
height: 210px;
}
.edge {
position: relative;
top: -103px;
left: 0px;
}
.fixcell {
vertical-align: top;
}
a[href] {
color: red;
}
.in_navbar a {
color: #202020;
}
.page {
position: relative;
top: -3px;
font-family: arial, sans-serif;
font-size: 10pt;
border: 1px solid white;
background: black;
}
.position {
position: relative;
top: -3px;
font-family: arial, sans-serif;
font-size: 10pt;
border: 1px solid white;
background: black;
}