body{
	text-align: left;	
	color: #000000;
	width: 100%;
	font-family: "Arial","sanserif";
	background: #FFFFFF; 
}

#header h1{
/*        margine-top: 10px; */
        padding-top: 10px; 
        margin-right: 10px;
        margin-bottom: 0px; 
/*        color: #FFFFFF; */
        color: #000000;
        font-size: 250%;
        font-family: "Arial Black", sans-serif;
        background: #00BFFF;
        letter-spacing: 0.2em;
        text-align: right;
        line-height: 40px;
}

#header h2{
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 10px;
        padding-bottom: 10px; 
        color: #000000;
        border-top: solid 3px #FFFFFF;
        font-size: 120%;
        font-family: 'Times New Roman';
        background: #00BFFF;
        letter-spacing: 0.2em;
        text-align: right;
}

#header { 
    width : 100% ; 
    height : auto ;
    color: #FFFFFF;
    background: #00BFFF;
}

#contents { 
    margin-left:190px ;  
    margin-bottom:10px;
    margin-top: 10px;
}

#contents h1{
/*        height: 30px; */
        height: auto;
        margin-top: 10px;
        margin-right: 20px;
        border-top: solid 3px #00BFFF;
        border-left: solid #00BFFF 25px;
        border-bottom: solid 3px #00BFFF;
        border-right: solid #00BFFF 25px;
        color: #000000;
        font-size: 140%;
        font-family: "Arial","sanserif";
/*        background: #00BFFF; */
        letter-spacing: 0.2em;
        text-align: center;
}

#contents li{ 
margin-bottom: 10px;
}

#menu { 
    margin-right: 0px;
    margin-left: 0px;
    float : left ; 
    width : 180px ; 
    height : 100% ; 
    font-size: 100%
    color: #FFFFFF; 
    font-family: 'Times New Roman', serif;
    background: #FFFFFF;
}

#menu ul { 
  margin-left: 0px;
  margin-top: 0px;
/*  margin-right: 0px; */
  padding-top: 0px ;
  padding-left: 0px ;
  width: 160px;
}

#menu li {
  list-style: none ; 
  margin-top: 6px;
  margin-right: 0px;
  padding-top: 5px;
/*  padding-bottom: 5px; */
  padding-left: 5px;
  padding-right: 5px;
  height: 30px;
/*  line-width: 200px;
  line-height: 30px; */
  background: #00BFFF;
  font-size: 100%;
/*  background: #ffedff; */
}

#menu a { 
  text-decoration: none !important;
  font-weight: bold;
  color: #000000;
/*  border-left: 5px solid #0000ff; */
  border-left: 5px solid #ffffff; 
  border-bottom: 1px solid #ffffff; 
  padding-left: 10px; 
}
