body {
	background: #000066 ;
	color: white;
	font-family: tahoma, arial;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
* {margin:0px;padding:0px;}


p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	color: darkblue;
	margin-bottom: 10px;
}


li {
 color: lightblue;
	text-align: left;
 }

li a:link { 
	color: lightblue;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
}
	
li a:visited { 
	color: #ff0000;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;	
}
	
li a:hover, a:active { 
	color: #ff0000;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}




.clear{clear:both;}


table {
	 border-style: none;
	 background: #bfeeef;
	 width: 700px;
   margin-left: auto;
   margin-right: auto;
}

td {
    background-color: #cffeff;
    color: black;
    padding: 15px;
    text-align: center;
    vertical-align: top;
		width: 400px;
}

th {
    background-color: #cffeff;
    color: darkblue;
	}
