
body {
  font-family: Arial, "Bitstream Vera Sans", sans-serif;
  color: #666;
}

/* Headings
 * --------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 { color: #999; }

h3 { color: #F60; }


.blurb  {
  margin: 10px;
 text-align: right;
}
#header h1 { text-align:right; }
#header h2 { text-align:right; }

/* Text Elements
 * --------------------------------------------------------------------- */
a                 { color: #333; }
a:hover           { color: #000; }
blockquote        { color: #666; }

pre {
  background: #eee;
  border:     1px solid #ddd;
  color: black;
  padding: 5px;
  font-size: 1.55em;
  display: inline;
}

hr {
  background: #B2CCFF;
  color:      #B2CCFF;
}

/* Tables
 * --------------------------------------------------------------------- */
table {
  border-top:     1px solid #ddd;
  border-left:    1px solid #ddd;
}
th,td {
  border-bottom:  1px solid #ddd;
  border-right:   1px solid #ddd;
}

/* Default Classes
 * --------------------------------------------------------------------- */
p.quiet { color: #666; }
.alt    { color: #666; }

p.title {
  color: #111;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0.75em;
}

#footer-nav {
text-align: right;
}
/* EOF */



.bright {
  padding: 10% 0;
  color: #F60; 
  font-size:5em;
  text-align: right;
}

em {
 font-style: italic;
}

.nav a, .links a {
text-decoration: none; 
 border-bottom:     1px dotted #ddd;
 font-size: 1.3em;
 
  color: #999;
	
	font-size:1.6em;
  margin:1.2em 0;
  line-height:1.5em;

}

a.plain {
 text-decoration: none ! important;
 border: 0 ! important;
}

.notice {
color: #F60 !important;
}

div.text {
margin: 2em 0;
}

.text p {
font-size: 1.55em;
margin: 1em 0;
}



.exposition p {
 font-size: 100%;
}
