BODY.b1 { background-color: #40a624; 

FONT-FAMILY: Monotype Corsiva, Times New Roman;

FONT-SIZE: 13pt;

} 

BODY.b2 { background-color: ffffff; 

FONT-FAMILY:  Times New Roman, Tahoma;

FONT-SIZE: 13pt;

} 

table {


border-collapse: collapse;

background-color: coral;


box-shadow: 0 0 1rem 0 black;

padding: 1px;


}
	

A.a1:link { color: 006400; font-weight: bolder; FONT-FAMILY: Arial, Tahoma}

A.a1:visited { color: 006400; font-weight: bolder; FONT-FAMILY: Arial, Tahoma }

A.a1:active { color: 006400; font-weight: bolder; FONT-FAMILY: Arial, Tahoma}

A.a1:hover {
	COLOR: #FF0000; font-weight: bolder; FONT-FAMILY:Tahoma; Arial; TEXT-DECORATION: none
}

A.a2:link { color: 006400; font-weight: bolder; FONT-FAMILY: Georgia, Tahoma}

A.a2:visited { color: 006400; font-weight: bolder; FONT-FAMILY: Georgia, Tahoma }

A.a2:active { color: 006400; font-weight: bolder; FONT-FAMILY: Georgia, Tahoma}

A.a2:hover {
	COLOR: FFA500; font-weight: bolder; FONT-FAMILY: Tahoma; Georgia; TEXT-DECORATION: none
}


A.a3:link { color: B22222; font-weight: bolder; FONT-FAMILY: Arial Black, Impact; TEXT-DECORATION: none}

A.a3:visited { color: B22222; font-weight: bolder; FONT-FAMILY: Arial Black, Impact; TEXT-DECORATION: none }

A.a3:active { color: B22222; font-weight: bolder; FONT-FAMILY: Arial Black, Impact; TEXT-DECORATION: none}

A.a3:hover {
	COLOR: 006400; font-weight: bolder; FONT-FAMILY: Verdana; Tahoma; TEXT-DECORATION: none
}

A.a4:link { color: red; font-weight: bolder; FONT-FAMILY: Tahoma; Verdana; BACKGROUND-COLOR: black; TEXT-DECORATION: none}

A.a4:visited { color: red; font-weight: bolder; FONT-FAMILY: Tahoma; Verdana; BACKGROUND-COLOR: black; TEXT-DECORATION: none }

A.a4:active { color: red; font-weight: bolder; FONT-FAMILY: Tahoma; Verdana; BACKGROUND-COLOR: black; TEXT-DECORATION: none}

A.a4:hover {
	COLOR: black; font-weight: bolder; FONT-FAMILY: Verdana; Tahoma; TEXT-DECORATION: none; BACKGROUND-COLOR: red; CURSOR: hand
}

A.a5:link { color: 336600; font-weight: none; FONT-FAMILY: none; BACKGROUND-COLOR: none; TEXT-DECORATION: none}

A.a5:visited { color: 336600; font-weight: none; FONT-FAMILY: none; BACKGROUND-COLOR: none; TEXT-DECORATION: none }

A.a5:active { color: 336600; font-weight: bolder; FONT-FAMILY: none; BACKGROUND-COLOR: none; TEXT-DECORATION: none}

A.a5:hover {
	COLOR: 336600; font-weight: bolder; FONT-FAMILY: Verdana; Tahoma; TEXT-DECORATION: none; BACKGROUND-COLOR: white; CURSOR: hand
}


A.a6:link { color: #606060; font-weight: none; FONT-FAMILY: Calibri; BACKGROUND-COLOR: none; TEXT-DECORATION: none}

A.a6:visited { color: #606060; font-weight: none; FONT-FAMILY: Calibri; BACKGROUND-COLOR: none; TEXT-DECORATION: none }

A.a6:active { color: #222222; font-weight: bolder; FONT-FAMILY: Calibri; BACKGROUND-COLOR: none; TEXT-DECORATION: none}

A.a6:hover {
	COLOR: #222222; font-weight: bolder; FONT-FAMILY: Calibri; TEXT-DECORATION: none; BACKGROUND-COLOR: whit e; CURSOR: hand
}


A.a7:link { color: #1A77F0; font-weight: none; FONT-FAMILY: Calibri; BACKGROUND-COLOR: none; TEXT-DECORATION: none}

A.a7:visited { color: #1A77F0; font-weight: none; FONT-FAMILY: Calibri; BACKGROUND-COLOR: none; TEXT-DECORATION: none }

A.a7:active { color: #2A2AFF; font-weight: bolder; FONT-FAMILY: Calibri; BACKGROUND-COLOR: none; TEXT-DECORATION: none}

A.a7:hover {
	COLOR: #2A2AFF; font-weight: bolder; FONT-FAMILY: Calibri; TEXT-DECORATION: none; BACKGROUND-COLOR: white; CURSOR: hand
}

A.a8:link { color: #336699; font-weight: bolder; BACKGROUND-COLOR: none; TEXT-DECORATION: none}

A.a8:visited { color: #336699; font-weight: bolder; BACKGROUND-COLOR: none; TEXT-DECORATION: none}

A.a8:active { color: #336699; font-weight: bolder; BACKGROUND-COLOR: none; TEXT-DECORATION: none}

A.a8:hover { COLOR: #336699; font-weight: bold; TEXT-DECORATION: none; BACKGROUND-COLOR: white; CURSOR: hand
}


.f1 {
	FONT-WEIGHT: bold; FONT-SIZE: 13pt; COLOR: red; FONT-FAMILY: Times New Roman, Tahoma; font-variant: small-caps;
}

.f2 {
	FONT-SIZE: 13pt; COLOR: 000080; FONT-FAMILY: Tahoma;Times New Roman; 
}


b.b1 {
              font-size:22; color:green; background-color:white
}


.tournament {    
    list-style-type: none;
    display: inline-block;
    position: relative;
    background: #ccc;
    padding: 10px 15px;    
}

.tournament:hover .season {
    display: block;
}

.season {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    background: yellow;
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}