/*  Defines a class for the <div> element called border */

div.border	{
	  width:85%;
	  margin-top:20px;
	  background-color:#cc9933;
	  color:#000000;
	  border-style:double;
	  padding:15px;
	  border-color:#993300	
	 }

/*  Defines styles for the <mlink> element */

mlink 	{font-size:12pt;color:#006633;}

/*  Defines styles for the <slink> element */

slink	{font-size:10pt;color:#3399cc;}

/*  Defines styles for the <h> element */

h	{
	  font-size:14pt;
	  color:#993300;
	  text-align:right;
	}

/*  Defines styles for the <t> element */

t	{
	  font-size:12pt;
	  color:#cc00cc;
	}