body{
background-color: #073149;
color: #9FBFDF; }
p { 
	color:#9FBFDF;
	font-family:Arial,Georgia,Verdana;
	margin-left: 40px;
	}

p#d {
	color: #9FBFDF;
	text-shadow: 1px 1px 1px white;
	font-size: 200%
	margin-left: 45px;
}

p#b {
	color:#9FBFDF;
	font-family: Trebuchet MS,Verdana;
	font-size: 120%;
	margin-left: 45px;
	}
			 }
hr { 
	color:#00BFFE;
	align:center;
				};
.test { color:#1E90FF;}

h1 {
	color:#00BFFF;
     	font-family:Comic Sans MS, Trebuchet MS, Verdana,Arial;
	font-size: 150%;}
h2 {
	font-family:Comic Sans MS, Trebuchet MS, Verdana,Arial;
	font-size: 130%;
	color:#00BFFF }	

h3 {	color:#336680 }

a:link {   font-family: Comic Sans MS, Trebuchet MS,Arial,Verdana;
           color:#4682B4;
	   text-decoration: none;
    }

a:visited {
	color:#4682B4 }

a:hover {
	color:#B5CDE1 }
a:active{
	color:#FFFF66 }

table{
	border:3px solid #004C89;
	/* border-style: solid;
	border-color: #004C89;*/
	/*this code doesn't work for some reason but when I code it all in one line like above it works fine */
	}
table.whiteBorder{
	border:1px solid white;
	}
th {
    color: #B5CDE1;
    text-align: center;
    font-family: Trebuchet MS,Arial,Verdana;
    border: 3px solid ;
    border-color:#004C89;
    vertical-align:top;
	}

td {text-align: left;
    font-family: Trebuchet Ms,Verdana;
    color: #FFFFCC}
td.xStyle{
	color: #000000;
	background-color: #FFFFFF;
	font-family: verdana ;
	border:10px solid white;
	text-align: center;}

td.yStyle{
	color: #004C89;
	background-color: #4682B4;
	font-family:Verdana;
	border:20px;
	text-align: center;}

ul {
	list-style-type: square;
	font-family: Comic Sans MS, Trebuchet MS, Verdana;
	color: #AFEEEE;
	padding: 0px 0px 0px 30px;
	}

canvas {
	border:1px solid white;}

table#zebra {	borders: 0px solid black;
		border-spacing:	5px;
		border-collapse:	collapse;
		background-color:	#5CB3FF;
		color:;
		margin-left:40px;

		}

table#zebra th{ font-size: 150%;
		font-family: Comic Sans MS, Trebuchet MS,Verdana;
		background-color: #006699;
		color: #000000;
}
table#zebra tr:nth-child(even) {background-color: #006699;}				
				}
table#zebra tr:nth-child(odd)  {background-color: #3399CC;}

table#zebra td:nth-child(even){
				width: 50%;
				padding: 0px 20px 0px 30px;
				color: #000000;
				}
table#zebra td:nth-child(odd){
				padding: 0px 10px 0px 5px;
				color: #000000;
				}


table#s{	border: 1px solid white;
		border-collapse: collapse;
		font-size: 100%;
		font-family: Trebuchet MS,Verdana,Arial;
		color: #9FBFDF;
		margin-left:40px;
		}
		
table#s th{	font-size:200%;
		font-family: Trebuchet MS,Verdana;
		background-color:#4682B4;
		border: 2px;
		}
table#s tr:nth-child(even) {background-color: #204060; }

table#s tr:nth-child(odd)  {background-color: #3973AC; }


table#s td:nth-child(1n+0) {padding: 5px;}

table#s td:nth-child(1n+1)  {	 }
/* end */

