body { background-color: #EECC99; font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: white; }
td { font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: white; }
font { font-size: 8pt; }
h1 { font-size: 16pt; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }
h4 { font-size: 10pt; }
A:Link { color: #FFFFFF; text-decoration: none; }
A:Visited { color: #EEEEEE; text-decoration: none; }
A:Hover { color: yellow; text-decoration: underline; }
A:Active { color: #EEDD00; text-decoration: underline; }
ul { font-size: 8pt; }
input { font-size: 6pt; background-color: lightgray; border-radius: 4px; }
select { font-size: 8pt; background-color: lightblue; border-radius: 4px; }
img { border-radius: 2px; }
img:hover { box-shadow: 0 0 4px 2px rgba(0, 140, 186, 0.5); transform: scale(0.99); filter: contrast(135%); }