/*---------------------------------------------------------------
Title:       Central IBM style sheet for screen media
Author:      Davi Ferreira
Last update: February 20, 2007
---------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/


body {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #0F4372;
	padding: 20px;
}

h1 {
	font-size: 18px;
	font-weight: bolder;
	color: #BED62F;
}

.style1 {color: #BED62F}