body{
margin : 5px;
color : black;
background-color : #bbbbff;
}
ul.menu{
margin : 0px;
padding : 0.1em;
width : 90px;
font-size : 80%;
font-weight : bold;
font-family : "Times New Roman";
text-align : center;
}
ul.menu li{
display : block;
list-style-type : none;
margin : 0px;
}
ul.menu a{
border : outset #eeeeee 2px;
width : 90px;
text-decoration : none;
color : #0000ff;
background-color : #cccccc;
}
ul.menu a:hover{
border : inset #eeeeee 2px;
text-decoration : underline;
color : red;
}
ul.sub{
margin : 3px 0px 8px;
padding : 0.2em;
border-color : #6666ff;
border-width : 0px 0px 1px 10px;
border-style : solid;
width : 90px;
font-weight : normal;
font-size : 70%;
text-align : right;
background-color : white;
}
ul.sub li{
display : block;
list-style-type : none;
margin : 0px;
}
form{
margin : 3em 0px 0px;
width : 90px;
text-align : center;
}
strong{
color : #ff0000;
background-color : transparent;
}
h1{
margin : 0px 0px 3em;
padding : 0.2em;
width : 90px;
text-align : center;
font-size : 80%;
font-weight : bold;
font-family : "Times New Roman";
color : white;
background-color : #6666ff;
}
p{
margin : 0.5em 0px 0.5em;
font-size : 70%;
color : black;
text-align : center;
line-height : 1.1;
width : 90px;
}