body{
background-color: #073149 }
p { 
	color:#AFEEEE;
	font-family:Comic Sans MS,Arial,Georgia,Verdana;
			 }
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: Comic Sans MS, Trebuchet MS,Arial,Verdana;
    border: 3px solid ;
    border-color:#004C89;
    vertical-align:top;
	}

td {text-align: left;
    font-family: Comic Sans MS, 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:;
		}

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: 10px 0px 0px 20px;
				color: #000000;

				}
table#zebra td:nth-child(odd){
				padding: 10px 0px 0px 10px;
				color: #000000;
				}


table#s{	border: 0px solid white;
		border-collapse: collapse;}
		
table#s th{	font-size:200%;
		font-family: comic Sans MS, Trebuchet MS,Verdana;
		background-color:#4682B4;
		color:#000000;
		padding: 25px;
		border: 0px;
		}
table#s tr:nth-child(even) {background-color: #006699;
			    }
table#s tr:nth-child(odd)  {background-color: #3399CC;
			    }
table#s td:nth-child(1n+0) {color:#000000;
			    padding: 15px;	}
table#s td:nth-child(1n+1) {color:#FEFEF5;
			    padding: 15px;	}
/* end */

