*  {
     font-family : Arial, Cursive;
   }
body { background-color:#FFF} 


p,*.n { font-size:12px; }

h1 {font-size:30px}
h2 {font-size:24px}
h3 {font-size:20px}
h4 {font-size:16px}
h5 {font-size:12px}
h6 {font-size:8px}

*.menu_link  {color:blue;font-size:12px;}

a:link    {color:#000;};
a:active  {color:#000;}
a:visited {color:##000;}
a:hover   {color:#000;}
a:focus   {color:#000;}

table     {border-collapse:collapse; }

#headline {float:left; 
           margin:0px; 
           padding:0px;
           width: 100%;
           height:80px;
           border:solid 1px #000; 
           background-color:#FFF;
           postiton:absolute;
          }

#mainframe {float:left;
			background-color:#FFF;
			height: 900px;
			border: 1px solid black;
			border-right:0px solid white;
			margin:0px;
			padding-bottom:0px;
			}

#leftnavi {float:left; 
           margin:10px; 
           padding:2px;
           width:200px;
           height:100%;
           border:solid 0px #000; 
           background-color:#FFF;
           postiton:absolute;
          }

table.menupoint {background-color:#FFF;
           margin:2px;
           height: 25px;
	       width: 170px;
	       color: #000;
           font-size: 14px;
           display: inline-block;
           text-decoration: none;
			
          }

table.menupoint td {padding: 4px;
    text-align: left;
	width: 170px;
            -webkit-box-shadow: 0px 0px 6px 1px rgba(199,199,199,1);
			-moz-box-shadow: 0px 0px 6px 1px rgba(199,199,199,1);
			box-shadow: 0px 0px 6px 1px rgba(199,199,199,1);
	}

table.lesson {
           margin:2px;
		   height: 30px;
	       
	       color: #000;
           font-size: 14px;
           display: inline-block;
           text-decoration: none;
          }

table.lesson td {
	height: 25px;
	width: 300px;
    margin: 2px;
    background-color:#FFF
    padding: 8px;
    text-align: center;
	margin: 2px;
	text-decoration: none;

-webkit-box-shadow: 0px 0px 6px 1px rgba(199,199,199,1);
			-moz-box-shadow: 0px 0px 6px 1px rgba(199,199,199,1);
			box-shadow: 0px 0px 6px 1px rgba(199,199,199,1);
}

table.lesson td a {text-decoration:none;
					colo:#000;}

#content { 
          border:solid 1px #FFF;
          background-color:#FFF;          
          min-height:900px;
          height:100%;
          /* height:910px; */
          overflow:hidden; 
          margin:0px;
         }