/*
    copyright (c) 2001, Romain Lerallut <rlerallut@free.fr>

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA

    http://www.gnu.org/copyleft/gpl.html
*/



html, body
{
	font-family: Arial, Helvetica, sans-serif, verdana;
	background: #fff;
	color: #000;

}

DIV.ABSTRACT
{
	border: solid 1px;
	padding-left: 10pt;
	padding-right: 10pt;
}
PRE.SCREEN
{
	background-color: #ffffcc;
	border:solid;
	border-color: #009999;
	border-left: solid #009999 20px;
	border-right: solid #009999 0px;
	border-top: solid #009999 0px;
	border-bottom: solid #009999 0px;
	
	padding-left: 15pt;	
}

PRE.PROGRAMLISTING
{
	background-color: #ffffcc;
	border:solid;
	border-color: #009999;
	border-left: solid #9966cc 20px;
	border-right: solid #009999 0px;
	border-top: solid #009999 0px;
	border-bottom: solid #009999 0px;
	
	padding-left: 15pt;	
}


H1
{
	color: #000000;
	border: solid 3px #fff;
	background-color: #fff;
	font-variant: small-caps;

}

H2
{	
        COLOR: black ;
        font-style: italic;
        BACKGROUND-color: #fff;
        BORDER: solid 3px #fff;
        PADDING: 1px
}

