/* KARC Stylesheet */
/* global properties */
body{color:black;background:white}

/*  * link properties */
:link{color:green} 
:visited{color:green}
:active{color:green}
/*  * :hover{color:red;font-size:17px;font-weight:900} */

/*  * span properties */
span.big-green{color:green;font-size:48px;font-family:Times;font-weight:900;text-align:center}
span.big-lightskyblue{color:lightskyblue;font-size:48px;font-family:Times;font-weight:900;text-align:center}
span.medium-green{color:lightgreen;font-size:20px;font-weight:800;text-align:center}
span.medium-red{color:red;font-size:20px;font-weight:800;text-align:center}
span.bar-heading{color:black;font-size:11px;font-family:Arial;font-weight:800}
span.bar-item{color:black;font-size:11px;font-family:Arial;font-weight:700}
span.bar-nada{color:gray;font-size:11px;font-family:Arial;font-weight:700}
span.bar-dummy{color:gray;font-size:9px;font-family:Arial;font-weight:400}
/*  table properties */
/*  table data properties */
/* table{border:0px solid green;} */
/* td.side-stripe{width:8px;background:rgb(0,112,0);vertical-align:top;text-align:left} */
td{border:0px solid green}
td.heading{border:0px}
td.menu{border:1px solid green;width:145px;background:#FFFF99;vertical-align:top;text-align:left}
td.nada{border:1px solid gray;width:145px;background:#000000;vertical-align:top;text-align:left}
td.months{border:0px;width:145px;background:#FFFF99;vertical-align:top;text-align:left}
td.main-menu{border:1px solid white;background:white;vertical-align:top;text-align:center}


