body {
background-color:#ccffff;
background-image:url(images/back.jpg);
background-repeat:no-repeat;
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:40px;
left:50px;
color:navy;
}

.text {
position:absolute;
top:120px;
left:170px;
font-size:12px;
color:navy
}

.text2 {
font-size:12px;
color:navy
}

.menu {
position:absolute;
top:200px;
left:20px;
}

.contents {
font-size:14px;
font-weight:bold;
line-height:2em;
color:yellow;
}