.demo
{
font-family:serif; font-size:7pt
}

P
{
font-family:tahoma,arial;
}
.red
{
font-family:tahoma,arial; color:#ff0000;
}
.ul
{
font-family:tahoma,arial; text-decoration:underline;
}
.something
{
font-family:tahoma,arial; color:#6E8BB4
}
H
{
font-family:tahoma,arial;
}
TD.sampleblack
{
font-family:tahoma,arial; font-size:7.5pt; color:#000000
}

TD 
{
font-family:tahoma,arial; font-size:10pt; color:#333333;
}
TD.demo
{
font-family:serif; font-size:6pt
}

A
{
color:#000080; text-decoration:underline;
}

A:HOVER
{
color:#336699; text-decoration:none;
}

A.top
{
color:#333333; text-decoration:none;
}

A.top:HOVER
{
color:#336699; text-decoration:none;
}

A.splash
{
color:#ffffff; text-decoration:none;
}

A.splash:HOVER
{
color:#eeeeee; text-decoration:none;
}

TD.white 
{
font-family:tahoma,arial; font-size:8.5pt; color:#ffffff;
}

A.white
{
color:#ffffff; text-decoration:none;
}

A.white:HOVER
{
color:#eeeeee; text-decoration:none;
}

TD.white_over
{
font-family:tahoma,arial; font-size:8.5pt; color:#333333; background:#6E8BB4;
}

A.white_over
{
color:#ffffff; text-decoration:none; background:#6E8BB4;
}

A.white_over:HOVER
{
color:#ffffff; text-decoration:none; background:#6E8BB4;
}

H3.header
{
font-size:10pt; letter-spacing:.2mm;
}

.header
{
font-size:10pt; letter-spacing:.2mm;
}

.foot
{
font-size:10pt; letter-spacing:.2mm; color:#ffffff;
}	

.search
{
font-family:arial; font-size:9pt; border-width:1px; border-style:solid; border-color:#333333;
}
.go
{
font-family:arial;
font-size:7pt;
font-weight:bold;
border-width:2px;
border-style:solid;
border-top-color:#cccccc; 
border-bottom-color:#333333; 
border-left-color:#cccccc; 
border-right-color:#333333;
background:#6b8ab5; 
color:#ffffff;
height:8;
}

H2
{
font-size:12pt; letter-spacing:.2mm;
}

/* ADD NEW CSS HERE */

body {
	max-width:980px;
	display:flex;
  	flex-direction:column;
  	min-width:320px;
  	overflow:auto;
  	height: 100%;
  	margin: auto;
}

table {
 border-collapse:collapse;
 border-spacing: 0;
 width: 100%;
 max-width:980px;
}
  
img {
  max-width: 100%;
  display: block;
  height:auto;
  text-align:center;
}

p, h1, h2, h3, a, td {
 padding:5px; 
}

ul.home{
  display:block;
}
ul li.home{
width:33.333333%; float:left;
}
