/*
  File name: _enc_colour_black.css -- Styles for white pages
  
  This CSS file declares the styles for white pages

  Author:    'o-Dzin Tridral

  Revision history:

  version : yyyy-mm-dd : account name : description
  01.01   : 2007-04-26 : TridralO     : Written
*/

body
{
  background: white ;
  color: #000080 ;
  font-family: "Times New Roman", Times, serif ;
  font-size: 18pt
}

#header_area
{
  color: red ;
}

#language_area
{
}

#banner_area
{
}

#banner_left
{
  background-image: url("/shared/image/a/aro_encyclopaedia_logo_blue_451_067.gif") ;
  background-repeat: no-repeat ;
}

#banner_middle
{
  margin: 0;
  text-align: center ;
}

#banner_right
{
  background-image: url("/shared/image/c/calligraphy_lung_blue_060_060.gif") ;
  background-repeat: no-repeat ;
}

#menu_area
{
  color: red ;
}

h1
{
  color: red ;
}

h2
{
  color: red ;
}

h3
{
  color: blue ;
}

h4
{
  color: blue ;
}

#content_area
{
  clear: both ;
}

#text_area
{
  border-color: red ;
  color: #000080 ;
  font-size: 18pt ;
}

#link_area
{
}

#footer_area
{
  color: red ;
}

/*
  Links
*/

a { text-decoration: none ; }

a:link 
{
  color: #0000FF ;
}

a:visited 
{
  color: forestgreen ;
}
a:hover,
a:focus,
a:active 
{
  color: goldenrod ;
}

/*
  End of file
*/