/* body style */
body {
background-color : #999999;
margin : 0px;
}

/* h1 style */
h1.redfont {
color : #ff0000;
font-family : Arial,sans-serif;
font-size : 38px;
text-align : center;
}
h1.exhibit {
color : #000000;
font-family : Arial,sans-serif;
font-size : 28px;
text-align : left;
}

/* h2 style */
h2 {
color : #ff0000;
font-family : Arial,sans-serif;
font-size : 30px;
}

/* div styles */
div.form {
font-family : Arial,sans-serif;
font-size : 14px;
text-align : center;
}
div.sidebar {
color : white;
font-family : Arial,sans-serif;
font-size : 14px;
font-weight : bold; 
line-height : 100%;
text-align : center;
}

/* paragraph styles */
p {
color : #000000;
font-family : Arial,sans-serif;
font-size : 18px;
}
p.exhibit {
color : #000000;
font-family : Arial,sans-serif;
font-size : 18px;
}
p.center {
color : #000000;
font-family : Arial,sans-serif;
font-size : 18px;
text-align : center;
}

/* table styles */
table {
background-color : #ffffff;
}
table.exhibit {
background-color : #ffff99;
}
td.exhibit {
background-color : #ffff99;
}
td.sidebar {
background-color : #990000;
}

/* bullet paragraph style */
ul {
color : #000000;
font-family : Arial,sans-serif;
font-size : 18px;
}

/* bold styles */
b.underline {
color : #000000;
font-family : Arial,sans-serif;
font-size : 18px;
text-decoration : underline;
}
b.exhibit {
color : #000000;
font-family : Arial,sans-serif;
font-size : 22px;
}

/* link styles */
a {
color : blue;
}
a:hover {
color : blue;
text-decoration : none;
}
a.sidebar {
color : white;
}
a.sidebar:hover {
color : #cccccc;
text-decoration : none;
} 

