/*opening.css -- for use in all title.html files  */
/* title uses only H1 and subtitle uses p */
/* title */

body {background-color: #eeeeee ;  text-align: center;}
h1 {font-size: 180%; }
h1 {line-height: 90%}
H1 {font-family: helvetica, sans-serif}
H1 {color: #000099}
#top{
  background-color: #fef76e; font-size: 16px; color: #808000; text-align: center;
  line-height: 90%;
}
#orglink{
  background-color: #99FF80; font-size: 18px; color: #000000; text-align: center;
   line-height: 90%;
}
#infolink{
  background-color: #99FFFF; font-size: 18px; color: #000000; text-align: center;

}
p{color: #000000}
/*p {font-family: "Times New Roman", Times, serif}*/
p {font-family: helvetica, sans-serif; text-align: center;}
