body {
background-color:#ccffff;

margin:0;
font-size:12px;
color:navy;
line-height:1.5em;
}

a:link      {text-decoration:none}
a:visited   {text-decoration:none}
a:active    {text-decoration:none}
a:hover     {text-decoration:underline; font-weight:bold}

.title {
position:absolute;
top:0px;
left:0px;
}

.text {
position:absolute;
top:120px;
left:100px;
width:880px;
font-size:12px;
color:navy
}

.photo-R {
background-color:white;
width:360px;
height:290px;
margin left:10px;
font-size:12px;
float:right;
color:navy;
text-align:center
}

.photo-L {
background-color:white;
width:360px;
height:290px;
margin right:10px;
font-size:12px;
float:left;
color:navy;
text-align:center
}

.menu {
position:absolute;
top:70px;
left:900px;
}

.contents {
font-size:14px;
font-weight:bold;
line-height:2em;
color:yellow;
}