BODY {
    background: #FFFFE8;
    color: black; 
    font-family : verdana, arial, sans-serif; 
  }

P.copyright { 
    font-size: smaller;
  }

A { font-weight : bold; }

@media screen {  
/* hide from IE3 -- cribbed from TR base stylesheet */
A:hover { 
    background: #FFA; 
    color : inherit; 
}
}

@media all {
  A:link IMG, A:visited IMG { border: none; }
  }

A IMG { 
    color : white; 
    background-color : inherit; 
  }

A:link {
    color : #0000FF; 
    background-color : inherit; 
    font-weight : bold; 
  } 

/* A:link.offsite {
    color : #601;  (original color definition)
    color : #00FF00; 
    background-color : inherit; 
    font-weight : bold; 
  } */

A:active { 
	color : #FF0000; 
	background-color : inherit; 
	font-weight : bold; 
  }

A.vlink {
    color : #800080; 
    background-color : inherit; 
    font-weight : bold; 
  }

DIV.main {
    margin-left: 10%;
  }

DIV.main H1, DIV.main H2, DIV.main H3 {
    margin-left: -9%; 
  }

DIV.thin-box { 
	margin-left : 1.75%; 
	margin-right : 1.75%; 
	color : black; 
	border-style : solid; 
	border-width : thin; 
	border-color : black; 
	background-color : white;
	padding : .2cm; 
  }

CAPTION {
    font-style: italic; 
  }

PRE {
    font-family: "courier new", courier, monaco, monospace;
    font-size: 80%;
  }

.top {
    font-style: italic;
  }

P.navbar {
    font-size: 80%;
/*    text-align: center; */
  }

.expansion {
    font-style: italic;
    font-size: 80%; 
  }

H1 { 
       font-family : arial, Helvetica, sans-serif; 
  }

H2 { 
       font-family : arial, Helvetica, sans-serif; 
  }

H3 { 
       font-family : arial, Helvetica, sans-serif; 
  }

.comment {
       font-style: italic;
       color : white;
       background-color: gray;
}

.new {
       color : black;
       background-color: yellow;
}

.del {
       text-decoration : line-through; 
}

.policyfooter { 
      font-size: 0.6em; 
}

I { 
	font-style : italic; 
}

em { 
	font-style : italic; 
}

B { 
	font-weight : bold; 
} 

strong { 
	font-weight : bold; 
}


