///// the body in general: padding and background, font, links

body {
   margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;
   background-color:#DDDDDD; color:#000000;
   font-family: Arial, Helvetica, sans-serif; font-size:12pt;
}

a { text-decoration:none; color:#0000FF; }
a:active { color:#FF0000; }
a:visited { color:#0000FF; }

.title { font-size:16pt; font-weight:bold; text-align:center; }
.alert { font-size:13pt; font-weight:bold; background-color:#FFFF99; }

///// the page content is all in frames
///// this sets up the placement, borders, etc of the frames

iframe {
   border:2px solid #000000;
   position:absolute;
}


