﻿body { background-color: #CCCCFF }
H1 { color: blue }
H1 { font-weight: 800 }
H1 { font-size: x-large }
H2 { color: Blue }
H2 { font-weight: 600 }
H2 { font-size: large }
H3 { color: #0c0 }
H4 { color: Blue }
P { font-family: "New Century Schoolbook", Times, serif }
P  { font-style: normal }
P      { font-size: 12pt }
P { color: Blue }
LI     { font-size: 90% }
STRONG { font-size: larger }
BLOCKQUOTE { background: #7fffd4 }
Banner { color: Blue }
Banner { font-size: xx-large }
Banner { font-weight: 800 }
link { color: #ffffff }
vlink { color: #ff00ff }
#left {
float: left;
}
#right 
{
float:right
}