@charset "utf-8";
/* CSS Document */
table.main{
	margin-top : 18;
	border : ridge Yellow 3;
}
table.one{
	border : ridge black 1;
	background-color : blue;
}
table.three{
	border-right : solid white 2;
}
td.one{
	border: solid white 1;
}
a.e{
	text-decoration: none;
	font-size: 45;
	color: white;
	font-family : Arial;
	font-weight : 900;
}
a.e:hover{
	text-decoration: underline;
}
a.e1{
	text-decoration: none;
	font-size: 18;
	color: white;
	font-family : Arial;
	font-weight : 600;
}
a.e1:hover{
	text-decoration: underline;
}
a.aff{
	text-decoration: none;
	font-size: 10;
	color: black;
	font-family : Arial;
	font-weight : 900;
	text-transform : uppercase;
}
a.aff:hover{
	text-decoration: underline;
}
a.aff1{
	text-decoration: none;
	font-size: 20;
	color: black;
	font-family : Arial;
	font-weight : 800;
	text-transform : uppercase;
}
a.aff1:hover{
	text-decoration: underline;
}
a.hub{
	text-decoration: none;
	font-size: 20;
	color: white;
	font-family : Arial;
	font-weight : 600;
}
a.hub:hover{
	text-decoration: underline;
}
h1{
	color: white;
	font-size: 26;
	font-family : Arial;
	font-weight : 900;
}
h2{
	color: white;
	font-size: 32;
	font-family : Arial;
	font-weight : 900;
	font-style : oblique;
}
img.t{
	border : 1 solid black;
}
img.b{
		border : ridge yellow 1;
}
font.w{
	color: white;
	font-size: 16;
	font-family : "Arial Black";
	font-weight : 200;
}
font.low{
	color: white;
	font-size: 9;
	font-family : "Arial Black";
	font-weight : 100;
}
font.aff{
	font-size: 10;
	font-weight: 900;
	font-family : Arial;
	color: white;
	font-style : italic;
}
p.b{
	border: white solid 1;
	background-color : Black;
}
