@charset "utf-8";
/* CSS Document */
body{
	font-family: "proxima-nova-alt",sans-serif;
	font-size:16px;
	color:rgb(0,0,90);

	background-image:url(../layoutimages/pixxels.png) !important;
	background-repeat:repeat !important;
}
h3{
	margin:10px 0;
}
h4{
	color:rgb(217,0,128);
	font-size:36px;
	font-style:normal;
	font-weight:700;
	font-family: "museo-sans",sans-serif;
	
	text-shadow: 1px 1px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
h5{
	font-size:36px;
	font-style:normal;
	font-weight:300;
	font-family: "museo-sans",sans-serif;
	text-indent:50px;
	
	text-shadow: 1px 1px 0px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
}
h6{
	font-size:16px;
	font-style:normal;
	font-weight:700;
	font-family: "museo-sans",sans-serif;
	color:rgb(210,210,220);
}
@media only screen and (max-width:750px){
h4{
	font-size:32px;
}
h5{
	font-size:30px;
}
}
@media only screen and (max-width:480px) {
table{
	max-width:460px;
	font-size:10px;
}
}
td{
	padding:10px;
}
tr:nth-child(odd){
	background-color:#dcdcdc;
}
tr:nth-child(even){
	background-color:#efefef;
}
