/*  Kids Corner
    External Style Sheet  
    kids_style.css     */

BODY 
  {  
     background-color: #FFFFFF;
     font-family: arial;
	 font-size: 10pt;
     color: #000000;
  }

A:link
  {
    color: #000080;
  }

A:visited
  {
    color: #000080;
  }

H1, H2, H3, H4, H5, H6
  {
     font-weight: bold;
     font-family: arial;
     color: #009933;
  }

H1
  {
    font-size: 26pt;
  }

H2
  {
    font-size: 22pt;
  }

H3
  {
    font-size: 18pt;
  }

H4
  {
    font-size: 16pt;
  }

H5
  {
    font-size: 14pt;
  }

H6
  {
    font-size: 12pt;
  }

BLOCKQUOTE 
  { 
    font-family: arial;
    font-size: 10pt;
    color: #000000;
  }

P
  {
    font-family: arial;
    font-size: 10pt;
    color: #000000;
  }

OL LI
  {
    font-family: arial;
    font-size: 10pt;
	font-weight: normal;
    color: #000000;
  }

UL LI
  {
    font-family: arial;
    font-size: 10pt;
	font-weight: normal;
    color: #000000;
  }

DL
  {
    font-family: arial;
    font-size: 10pt;
    color: #000000;
  }

DD
  {
    font-family: arial;
    font-size: 10pt;
    color: #000000;
  }

TD
  {
    font-family: arial;
    font-size: 10pt;
    color: #000000;
  }
