body
{
	margin: 0;
	font-family : Arial, Helvetica, sans-serif;
}

div.highlightbox {
	background-color: white;
	border-style: solid;
	border-color: #006699;
	border-width: 1px;
	padding: 2px;
}

p
{
	font-family : Arial, Helvetica, sans-serif;
	font-size:10pt;
	color : #666666;
}

h1
{
	color: #666666;
	font-size: 150%;
	font-weight: lighter;
	text-align: left;
	border-bottom-width: 1px; 
	border-bottom-color: red;
	border-bottom-style:solid; 
	padding-top:5px;
}

h2
{
	font-size: 130%;
	font-weight : lighter;
	text-align: left;
	color: #666666;
}

h6
{
	font-size: 75%;
}

.furniture {
background-color: #006699
}

.furniture a:link {
	text-decoration: none;
	color: #FFCC00;
	font-variant: small-caps;
}

.furniture a:visited {
	text-decoration: none;
	color: #FFCC00;
	font-variant: small-caps;
}

.furniture a:hover {
	color: yellow;
	font-variant: small-caps;
	text-decoration: underline;
}

.furniture a:active {
	text-decoration: none;
	color: red;
	font-variant: small-caps;
}

.nice{
	border-collapse: collapse;
	border-style: solid;
	border-color: #006699;
	border-width: 1px;
	cell-padding: 0px;
	cell-spacing: 0px;
	background-color: white;
}

th.nice {
	border-width: 2px;
}

th.niceshade {
	border-collapse: collapse;
	border-style: solid;
	border-color: #006699;
	border-width: 2px;
	cell-padding: 0px;
	cell-spacing: 0px;
	background-color: palegoldenrod;
}

td.nice {
	border-left-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1px;
}


table
{
	font-family : Arial, Helvetica, sans-serif;
	font-size:10pt;
}

li
{
	font-family : Arial, Helvetica, sans-serif;
	font-size:10pt;
}

ul
{
	font-family : Arial, Helvetica, sans-serif;
	font-size:10pt;
}

ol
{
	font-family : Arial, Helvetica, sans-serif;
	font-size:10pt;
}

td
{
	font-family : Arial, Helvetica, sans-serif;
	background-repeat : repeat;
	font-size:10pt;
}

th
{
	font-family : Arial, Helvetica, sans-serif;
}

tr
{
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
}

form
{
	font-family : Arial, Helvetica, sans-serif;
	font-size:10pt;	
}

.obsolete
{
  color: grey;
}

.obsolete A
{
  color: grey;
}


.yellowpostit
{
border-bottom: solid #006699 1px;
border-top: solid #006699 1px;
margin-top:5px;
margin-bottom:5px;
padding-bottom:4px;
background-color:#ffff99;
}

.pinkpostit {
border-bottom: solid #006699 1px;
border-top: solid #006699 1px;
margin-top:5px;
margin-bottom:5px;
padding-bottom:4px;
background-color:#FF9999;

}

.greenpostit {
border-bottom: solid #006699 1px;
border-top: solid #006699 1px;
margin-top:5px;
margin-bottom:5px;
padding-bottom:4px;
background-color:#BBEEBB;
}

a:hover.reversible{
background-color: yellow;
color: blue;
} 

a.reversible {
color:blue;
}

PRE {
background-color:white;
border: solid 1px #7F9DB9;
padding: 4px;
font-family: monospace;
}
