
/* Definitions for editable text pages. The generator generates paragraphs and
   heading with the class "textgen". HTML entered by hand can also use the class "text".
   These formats are defined in the main css file as identical to the classless tags,
   and may be redefined as required for page-specific css extensions. */

h1
{
  font-family:"Times New Roman","Serif" ;
  font-size:24px;
  font-weight:bold ;  
  text-align:center ;
}
h2.textgen
{
  font-size:14px;
  font-weight:bold ; 
}
p.textgen
{
  position:relative;
  left:50px;
  font-family:"Times New Roman","Serif" ;
  font-size:14px;
  font-weight:normal ;  
}
p.text
{
  font-family:"Times New Roman","Serif" ;
  font-size:14px;
  font-weight:normal ;  
}
td.textgen
{
  font-family:"Times New Roman","Serif" ;
  font-size:14px;
  font-weight:normal ;   
}
li.text
{
  font-family:"Times New Roman","Serif" ;
  font-size:14px;
  font-weight:normal ;  
}
li.textgen
{
  position:relative;
  left:50px;
  font-family:"Times New Roman","Serif" ;
  font-size:14px;
  font-weight:normal ;  
}

th.linklist, td.linklist 
{
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

table.linklist 
{
  border-spacing: 20px;
}

/* Text font formatted as for paragraphs class=textgen */
.noteintext
{
  font-family:"Times New Roman","Serif" ;
  font-size:12px;
  font-weight:normal ;  
}
