@import url("Sonic.css");

/********HEADER ADJUSTMENTS********/
/* Subhead out of usual H sequence, for additional information to a superior H */
.subhead	{color: #060; margin-bottom: 1em;}
h1 + div.subhead		{text-align: center; margin-top: -1em;}

/* Borrowed from Flavell and modified in some cases */
h1	{font-size: 200%; color: #939; margin-top: 1em; font-weight: bold; text-align: center;}
/* He used margin-left: 2%; margin-right: 2% for H2, 4% for h3, 6% for h4 and h5. He had no H6 definition */
h2	{font-size: 150%; color: #060; font-weight: bold; margin-bottom: .4em;}
h3	{font-size: 130%; color: #390; font-weight: bold; margin-bottom: .4em;}
h4	{font-size: 120%; color: #060; font-weight: bold; margin-bottom: .4em;}
h5	{font-size: 110%; color: #390; font-weight: bold; margin-bottom: .4em;}
h6	{font-size: 100%; color: #060; font-weight: bold; margin-bottom: .4em;}

p.initialcap:first-letter	{font-size: 150%; color: #939;}

/********VISUAL OFFESTS********/
/* Set off the Block Quote */
blockquote	{border-width: 3px; border-style: inset; border-color: #FF9; padding: 3px;}

.conclusion	{text-indent: 0; background-color: #FF9; padding: 2px;}
.conclwd	{color: #C09;}

dl.emph dt	{font-weight: bold;}

.note		{text-indent: 0; background-color: #FF0; margin-left: 5%; margin-right: 5%; padding: 2px;}
.notewd	{font-weight: bold; color: #099;}

/* The point of the note2 pair is to highlight just the text with the background color, not the whole paragraph empty box area. The first item is applied to the containing paragraph, and the second item to a span inside the paragraph (likely *everything* just inside the paragraph) so the background color only covers the area where there is actual text. 
This can also be used on a Div surrounding a P: the whole box is colored, yet this allows choosing different colors.*/
.note2	{text-indent: 0; text-align: center; margin-left: 5%; margin-right: 5%; }
.note2a	{background-color: #FF0; padding: 2px;}
.note2b	{background-color: #CAF;}

/* Box for warnings, alerts, or similar visual offsets */
.box, .box1	{
margin-left: 8%;
margin-right: 8%;
border-width: thick; /* Almost the same as 6 px (from table equiv.), yet scales */
border-style: outset; /* Outset matches the default style for tables */
padding: 13px;
}

/* Dimmed, grayed out text (like this comment text) */
.dimmed	{color: gray;}

/********TABLE COLOR SCHEME********/
th	{background-color: #FF9;}
td, .box	{background-color: #6F9; text-align: center;}