body, table, tr, td
		{
	font-family:comic sans, cursive;
	text-align: center;
	background-color:#1f3d5c; 
	color:#ffffff;
	font-family: verdana, arial, helvetica;
	/*background: url(../robin/images/lake_stretched.jpg) no-repeat center center fixed; */

      	}
		
#header {
    background:#;
    text-align:center;
    padding:5px;
	height: 50px;
/*	position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width:100%;
	border: 1px;

	}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
	position: relative;
	display: inline-block;
 	
	}

li {
    float: left;
	display:inline-block;
	
	}

li a {
    display: block;
    text-align: center;
    padding: 20px 20px;
    text-decoration: none;
	display:inline-block;
	font-size: 2em
	}

/* Change the link color to #111 (black) on hover */
li a:hover {
	background: #003366;
	color: #fff;
	border-radius: 15px 15px 15px 15px;
	}


li .general {
	text-decoration: none;
	}


#pad
		{
	padding:10px;
		}		

/*-- code for the links */
	a {
   font-family: comic sans, cursive; 
	font-size:150%;
    font-weight: normal;
	color: aqua;
	text-align:center;
}


.tdl  {
	text-align:left;
	padding-left:50px;
	color:white;
	font-size:1.15em;
	}


a:link, a:visited {
    text-decoration: none;
}
a:active, a:hover {
    text-decoration: underline;
}


#h1 {
  font-size:125%;
  text-align:center;
  font-family:comic sans, cursive;
    }
