body{
background: #6699CC ;
margin: 0px 0px;
padding: 0;
border: 0;
height: 100%;
max-height: 100%;
}

#topadd-line {
min-height: 100px;
height: auto;
width: 800px;
/*background: #E0F2F7;*/
margin-left: 10px;
margin-top: -18px;
padding: 5px;
border-radius: 0px 0px 0px 0px;
position: relative;
}

#home-line{
min-height: auto;
height: auto;
width: 70%;
background: #E0F2F7;
margin-left: 140px;
margin-top: -15px;
position: relative;
padding-top: 35px;
padding-left: 65px;
border-radius: 0px 0px 0px 0px;
}

#contain-line{
min-height: auto;
height: auto;
width: 85%;
background: #E0F2F7;
margin: 40px 10%;
position: relative;
padding: 25px;
border-radius: 40px 40px 0px 0px;
}

img {border-style: none;}

#container-line{width: 98%;
height: 90px;
margin: 20px 10px;
padding: 15px;
//border: 1px solid black;
background: white;
overflow: hidden;}

#title-line{
min-height: 85px;
height: 75px;
width: 5%;
margin: 0px 0px;
padding: 0px;
background: white;
float: left;}

#label-line{
min-height: 20px;
height: 40px;
width: 20%;
margin: 40px 0px;
padding: 0px;
float: left;}

#nav-line{
background: white;
min-height: 20px;
height: auto;
width: 70%;
margin: 20px 0px;
padding: 10px;
float: right;}

td {background-color:white;}
td:hover {background-color:#6699CC;}
td:hover a:active {color:red;}

a:link {color:;}    /* unvisited link */

a:visited {color:;} /* visited link */

a:hover {color:white;}   /* mouse over link */

a:active {color:#0000FF;}  /* selected link */

nav{ border: 0px solid black;
    background-color: #00000;
    height:auto;}

.hidden { visibility: hidden;}
.unhidden { visibility: visible;} 



p.title

{

	font:italic bold 120px Georgia,serif,;
	color:rgb(0,0,255);
}

h1{
color:#E7FEFF;
font-size:100%
}
