/*

style.css
Prefered stylesheet for pwrseries.com website

*/



BODY   		{ margin: -10 ; font-size: 10pt ; font-family: sans-serif }
TD		{ font-size: 10pt ; font-family: sans-serif }
P.main		{ text-align: justify }
H1		{ font-size: x-large }
H2		{ font-size: large }


/*

Style Notes:

Netscape issues:
1. Set body margin to -10 to remove NN's 'default' margin.
2. Do not use TABLE or TR for styles, except background image and color. Use TD instead.
3. Font-family doesn't apply to table text unless you assign style to TD. (See #4)
4. Font-family in <body> (and possibly other elements) does not always cascade to other
   elements.  Must specifically declare font-family for all elements (Thanks Jonas!)

FrontPage Issues:
1.  Beware of style over-rides when creating tables with FrontPage.
2.  Creating a table in FP always encloses table in <DIV> for some reason.

*/