/* this style sheet defines the basic style for all W3C pages */
/* you can point to this by adding:

     <LINK rel="Stylesheet" href="/StyleSheets/testimonial">


   in the HEAD of your HTML document */

body { 

	color: #000; 
	background: #FFF;
      	margin-left: 5%; 
	margin-right:5%;
      	font-family: sans-serif 
}

a:link, a:active { 

	color: #00E; 
	background: transparent 
	}
      
a:visited { 

	color: #529; 
	background: transparent 
}
      
a img {
	border-style: none;
	color: #FFF;
}


p.navbar { 
	
	margin-left: 3%; 
	margin-right: 3%; 
 text-align: center
}
      

table.navbar td { 
	margin-left: 20px; 
	margin-right: 20px 
}
      
p.navitem { 

	font-size: 110%; 
	margin-top: 0; 
	margin-bottom: 0
}
      

.QuoteAttr { 
	margin-left: 5%;
        margin-right: 5%;	
	font-weight: bold 
}
      
	
.shortquote { 
	font-style: italic 
}
      
.filler { 
	color: yellow; 
	background: black; 
	font-weight: bold 
}
      
.testimonial {

margin-left: 5%;
margin-right: 5%;
margin-top: 5%;
margin-bottom: 0;
}

img.conform { 
	background: white; 
	color: white; 
	border: none 

}



div.intro {
  margin-left: 5%;
  margin-right: 5%;
  font-style: italic
}

.menu {
  text-align: center;
}

pre {
  font-family: monospace
}

img.icon { 
  border: none
}

ul.toc {
  list-style: none
}

div.issue {
  padding: 0.5em;
  border: none;
  margin-right: 5%;
}

.hideme { display: none }

/* tweak to make valid xhtml 1.1 testimonials have the same spacing as invalid testimonials */

.testimonial p {margin-bottom: 0 }

h2.org { float: left; width: 18%; margin-top: 0; background: white;
 color: #888; font-size: smaller }



