UNKNOWN {
	COLOR: #ffcc00; TEXT-DECORATION: none
}
A:active {
	TEXT-DECORATION: underline
}
A:visited {
	COLOR: #ffcc00; TEXT-DECORATION: none
}
BODY {
	FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
UNKNOWN {
	FONT-WEIGHT: bold; FONT-SIZE: 18pt; COLOR: #000000; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
TD {
	FONT-SIZE: 11px; COLOR: #ffffff; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
A:link {
	COLOR: #ffcc00; TEXT-DECORATION: none
}
.small {
	FONT-SIZE: 10px; FONT-FAMILY: Arial, Helvetica, sans-serif
}
A:hover {
	COLOR: #ff0000; TEXT-DECORATION: underline
}
.vsmall {
	FONT-WEIGHT: bold; FONT-SIZE: 9px
}
H2 {
	FONT-SIZE: 16px; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif
}

#nav {display: flex; width: 740px; justify-content: space-around; align-items: center; height: 50px; padding: 0; border-top: 1px solid #fff; border-bottom: 1px solid #fff; margin: 10px auto;}
#nav a {font-size: 14px; text-decoration: none; text-transform: uppercase; color: #fc0; font-weight: 600;}
#nav a:hover {text-decoration: underline; color: #fff;}
#nav li {list-style: none;}

@media only screen and (max-width : 600px) {
table {width:100%!important;}
.fluid-img {width:280px; display:block; margin: 20px auto; height:auto;}
table td {width:100%; clear:both; display:block; margin:0 auto;}
}