/*
  Style Sheet for Web Spinners Online
  Created:      11/12/1999
  Author:       Michael Viron <mviron@wsdo.sao.uwf.edu>
  Last Revised: 11/14/1999
  Version:      1.0.1b
  Purpose:      To separate stylistic elements from layout / content
                on all WSO pages and to allow for ease of site-wide
                changes
*/ 

/* Begin Style Definitions for Tables */

table.main
/* Sets all table borders to zero and sets width of table to 600 pixels*/
  {
   border-top-width:       0;
   border-right-width:     0;
   border-bottom-width:    0;
   border-left-width:      0;
   width:                  600px;
  }

td.content
/* 
  Sets all borders to zero on content cell, font to 10pt Arial Normal,
  left aligns text, and sets cell background to white
*/
  {
   border-top-width:       0;
   border-right-width:     0;
   border-left-width:      0;
   border-bottom-width:    0;
   font-family:            Arial,Helvetica,Sans-Serif;
   font-weight:            normal;
   font-size:              12pt;
   background-color:       #FFFFFF;
   text-align:             left;
   color:                  #000000;
  }
  
/* Begin miscellaneous style definitions */

P.normal 
  {
   font-size:        10pt; 
   font-family:      Arial,Helvetica,Sans-Serif; 
   text-align:       left; 
   color:            #000000;
   text-indent:      2em;
   line-height:      150%
  }

P.header 
  {
   font-size:        14pt; 
   font-family:      Arial,Helvetica,Sans-Serif; 
   text-align:       center; 
   color:            #000000;
   text-decoration:  underline;
  }

/* Set no-underline for links */
a.menu:link 	     
  {
   text-decoration:        none;
  }

a.menu:active      
  {
   text-decoration:        none;
  }

a.menu:visited
  {
   text-decoration:        none;
  }

/* End miscellaneous style definitions */
