BODY {
  color: black;
  background: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin:20px 20px 20px 20px;
}   


.bcrumb {
   font-size: smaller;
}


.header {
   font-size: larger;
   background-color: #FF6F00;
   font-weight: bold;
}

.footer {
   font-size: smaller;
   background-color: black;
   color: white;
}


.left {
        float: left;
}

.right {
        float: right;
}

.clear {
  	clear: both;
}

A.wlink:link {color: white ; text-decoration: none } 
A.wlink:visited {color: white ; text-decoration: none }
A.wlink:active {color: white ; text-decoration: none }

.code
	{
		background:#EEEEEE;
		margin-top:1em; margin-bottom:1em; margin-left:50px; margin-right:100px;
		padding:5pt;
		font-family: Courier New, Courier; 
		font-size: 10px;

	}


