
p {
	float: left;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	width: 50px;
}
a   { text-decoration:none;}

li  {float:left;display:block;}

.box1 {height:26px;}

.on {
	background-color: #ff3333;
	width: 45px;
	height: 26px;
	margin-right: 5px;
	text-align: center;
}

.off {
	background-color: #ffcccc;
	width: 45px;
	height: 26px;
	margin-right: 5px;
	text-align: center;
}

.on a         {
               text-decoration:none;
               display:block;
               margin-top:5px;
              }
.on a:link    {color:#ffffff;}
.on a:visited {color:#ffffff;}
.on a:hover   {color:#ffffff;}

.off a         {
                text-decoration:underline;
                display:block;
                margin-top:5px;
               }
.off a:link    {color:#000000;}
.off a:visited {color:#000000;}
.off a:hover   {color:#ff0000;}

.box2
    {
     clear:both;
     border-top:solid 10px #ff3300;
     border-bottom:solid 1px #ff3300;
     border-left:solid 1px #ff3300;
     border-right:solid 1px #ff3300;
    }
ul  {margin:0px;}

