a.e{
	text-decoration: none;
	font-size: 30;
	color: white;
	font-family : "Arial Black";
	font-weight : 900;
}
a.e1{
	text-decoration: none;
	font-size: 18;
	color: white;
	font-family : Arial;
	font-weight : 600;
}
a.e1:hover{
	text-decoration: underline;
}
a.g{
	text-decoration: none;
	font-size: 20;
	color: white;
	font-family : Arial;
	font-weight : 700;
	text-transform : uppercase;
}
a.g:hover{
	text-decoration: underline;
}
a.aff{
	text-decoration: none;
	font-size: 24;
	color: #FF6600;
	font-family : Arial;
	font-weight : 900;
	text-transform : uppercase;
	background-color : Black;
}
h1{
	color: white;
	font-size: 9;
	font-family : "Arial Black";
	font-weight : 300;
}
h2{
	color: black;
	font-size: 25;
	font-family: "Arial Black";
	font-weight: 500;
}
img.t{
	border : 2 solid white;
}
img.b{
		border : ridge black 1;
}
img.e{
	border: none;
}
font.w{
	color: black;
	font-size: 16;
	font-family : "Arial Black";
	font-weight : 200;
	background-color : Yellow;
}
font.low{
	color: white;
	font-size: 9;
	font-family : "Arial Black";
	font-weight : 100;
}
font.aff{
	font-size: 24;
	font-weight: 800;
	font-family : Arial;
	color: black;
	font-style : italic;
}
p{
	color: white;
	font-size: 12;
	font-family : "Arial Black";
}
p.b{
	background-color : Yellow;
	border : thin solid Black;
	margin : 5;
	padding : 10;
}