<style>
dummy
{

}

label
{
  font-weight:bold;
  color:red
  background-color:yellow
}

h2
{
  font-weight:bold;
  color:green
}

h1
{
  font-weight:bold;
  color:green
}

h3
{
  font-weight:bold;
  color:green
}

h4
{
  font-weight:bold;
  color:green
}

a
{
   text-decoration:none;
   color:#6959CD
   onMouseOver:"this.style.color='Green'
   onMouseOut:"this.style.color='Navy'
}

em
{
   font-weight: bold;
   font-family: monospace;
   color: brick;
   align: center;
}
pre 
{
   font-weight: bold;
   white-space: pre; 
   font-family: monospace;
}

.example 
{
   color: rgb(153,0,51);
   border: none;
   padding: 0.5em;
   width: 100%;
   background-color: rgb(255,255,153)
}

pre.example 
{
   font-family: monospace;
   white-space: pre;
}

table.example 
{
   margin-left: -4%
   font-family: sans-serif;
   background: white;
   border-width: 2;
   border-color: white;
}

th.ex1 
{ 
   font-family: sans-serif; 
   background: rgb(204, 204, 153) 
}

th.ex2 
{ 
   font-family: sans-serif; 
   background: #006400;
   color: white;
   align: right
}

td.ex1 
{ 
   font-family: sans-serif; 
   background: rgb(255, 255, 200) ;
   align:right
}

td.ex2 
{ 
   font-family: sans-serif; 
   background: rgb(200, 200, 200) ;
   align:right
}

.pre1
{
   color: rgb(153,0,51);
   border: none;
   padding: 0.5em;
   width: 100%;
   background-color: rgb(255,255,153)
}

button.ex1
{
   color: cyan;
   width: 100%;
   background: rgb(255,255,200);
}

li.cyan
{
   background: cyan;
}

li.yellow
{
   background: yellow;
}

.break {page-break-before: always;}

</style>

