<style type ="text/css">
   span {color:white; font:11px ARIAL;  font-weight: 800}
   span.numbers {font: 26px Times; color: white; font-weight: 700}
   span.language {font: 18px Arial; color: black; font-weight: 700}A:link {color:white; font:18px ARIAL;  font-weight: 600}

a:visited {color:white; font:18px ARIAL;  font-weight: 600}
a:active {color:white; font:18px ARIAL;  font-weight: 600}

#menu {
	position: fixed;
	width: 150px;
	height: 100%;
	top: 5%;
	right: 0;
	bottom: auto;
	left: 0;
	background-color: #28AF44;
border-style: none
}

#main {
	position: fixed;
	width: 520;
	height: 100%;
	top: 5%;
	right: 0;
	bottom: auto;
	left: 150px;
	background-color: #28AF44;
        border-style: none
}

table.sample {
    width: 100%;
    Height: 100%
    background-color:#28AF44;
    border-style: none
    
}

table.sample td {
//        border : 5px solid gray;
//border-style: hidden;
    padding-left: 10px;
 //   width: 150px;
    text-align: center;     
border-style: none}


</style>
