BODY	{ 	
		text: #300000; 
		text-decoration: none;
		background: #fffff0;
		font-family: verdana,helvetica,arial;
		font-size: 12pt;
	}

P 	{
		text-align: left;
		font-family: verdana,helvetica,arial;
		font-size: 12pt;
		margin: 10px 60px 10px 60px;
	}

P.WARN	{
		text-align: left;
		font-family: verdana,helvetica,arial;
		font-size: 12pt;
		margin: 12px 60px 12px 60px;
		background: #ffc0c0;
	}

TD
	{
		text-align: left;
		font-family: verdana,helvetica,arial;
		font-size: 10pt;
	}
P.CENTRE	
	{
		text-align: center;
	}

H1 	{ 
		font-size: 24pt;
		text-align: center;
	}


H2 	{ 
		font-size: 20pt;
		text-align: left;
	}

H2 	{ 
		font-size: 16pt;
		text-align: left;
	}

TABLE	{
		margin: 10px 60px 10px 60px;
	}

OL	{
		margin: 10px 60px 10px 60px;
	}

UL	{
		margin: 10px 60px 10px 60px;
	}

P.insert
	{
		font-size: 16pt;
		text-align: center;
		color: #00ff00;
		border: solid;
		border-width: 2;
		border-color: red;
		display: block;
		width: 40%;
	}
		
			

PRE  	{
		font-size: 10pt; 
		color: #000000; 
		font-family: courier;
	}

PRE.progclass
	{
		font-size: 10pt;
		color: #000000;
		background: #ffffaf;
		border: solid;
		border-color: black;
		border-width: 1;
		font-family: courier;
		margin: 10px 60px 10px 60px;
		padding: 5px 5px 5px 5px;
	}
PRE.dataclass
	{
		font-size: 10pt;
		color: #000000;
		background: cyan;
		border: solid;
		border-color: blue;
		border-width: 1;
		font-family: courier;
		margin: 10px 60px 10px 60px;
		padding: 5px 5px 5px 5px;
	}

DIV.xclass
	{
		color: #000000;
		background: #7fff7f;
		border: solid;
		border-color: red;
		border-width: 1;
		margin: 10px 60px 10px 60px;
		padding: 5px 5px 5px 5px;
	}
DIV.display
	{
		height: 400px;
		display: block;
	}

DIV.tip
	{
		color: #000000;
		background: #ffe0e0;
		border: solid;
		border-color: black;
		border-width: 1;
	}
TT	{
		font-size: 13pt;
		font-family: courier;
	}

CODE	{
		font-size: 13pt;
		font-family: courier;
	}

A
	{
		text-decoration: none;
	}
A:link
	{
		color: #00af00;
	}

A:visited
	{
		color: #004f00;
	}


