/* style.css - a simple style sheet */
/* need: <link type="text/css" rel="stylesheet" href="/includes/cpp.css"> in the head */
/*body {margin-left: 5%; margin-right: 5%;color: #2b4e72; background: white; font-family: "Verdana, sans-serif;"} */
body {margin-left: 5%; margin-right: 5%; background: white; font-family: "Verdana, sans-serif;"}
/* set pre elements to a fixed font */
pre  {font-family: monospace;}
/* a <DIV class="box"></DIV> will have a border */
/*div.box { border: solid; border-width: thin; width: 100% }*/
div.hdr {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #2b4e72; width:727; height:31}
.abs    {position:absolute;left:0px;top:0px}
.box    {border:solid;border-width:thin;width:100%;height:100%;overflow:hidden;background-color:#CCFFFF}
.topbox {width:100%;height:20px;text-align:center;background-color:#0033CC}
.hid    {visibility:hidden}
.vis    {visibility:visible}
.lbl    {font-size:12; font-weight:bold; color:white}
