/*
 * Original file : http://www.w3.org/2004/04/webapps-cdf-ws/ws.css
 * Original Author: Bert Bos <bert@w3.org>
 * Butchered by: Dean Jackson <dean@w3.org>
 *
 * Modified by Lalana Kagal
 * to change l&f of links and h? tags
 */

.important {
  border: 1px solid #a77;
  padding: 0;
  margin-bottom: 0.5em;
}

.notice {
  padding: 0em 0.5em 0.2em 0.5em;
  margin: 0;
  background: #a77;
  color: white;
  font-weight: bold;
}

.important p {
  padding: 0em 0.5em 0.2em 0.5em;
  margin-top: 0.2em;
}

p.notice {
  margin: 0;
  padding: 0em 0.5em 0.2em 0.5em;
}

/* Colors, fonts and other basic stuff */

body {
  background: white;
  color: #333;
  line-height: 1.3;
  text-align: justify;
  font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif }

h1 {
  line-height: 1;
  text-align: center;
  font-variant: small-caps;
  padding: 0 0.5em 0.2em 0.5em;
  font-weight: normal }

h1, h3 {
  color: #000 }

h3 {
  font-weight: bold;
  font-size: 1em;
  margin: 1em 1em 0.5em 0;
}

h4 {
  color: #a77;
  font-size: 1em;
  margin: 1em 0em 0.5em 0;
}

h2 {
  line-height: 1;
  color: #a77;
  padding: 0 0.5em 0.2em 0em;
  font-weight: bold;
  text-transform: uppercase;
  clear: both;
  margin-top: 1em }
pre {
  text-align: left }		/* Safari 1.0b doesn't do this by default */
li {
  padding-left: 0;
  margin-left: 0 }
ul, ol {
  padding-left: 0;
  margin-left: 1.5em }
address { 
  text-align: right;
  font-style: italic }
p {
  margin-top: 1em;
  margin-bottom: 0 }
dd {
  padding-left: 1.5em;
  margin-left: 0 }
a:link {
  color: #037;
  text-decoration: none}
a:visited {
  text-decoration: none}
a:active {
  text-decoration: none; 
  color: #900 }
a:hover {
  text-decoration: none;
  color: #073;
  font-size:24; 
  font-weight:bold
}


html {
  margin: 0 }
body {
  padding: 0 0 0 0;		
  margin: 0 3.5em 5em 2em }	
html>body {
  margin: 0 3.5em 5em 2em }

