@import url('slides.css');

.toc-body             { margin-left: 2px;
                        margin-right: 2px;
                      }

.foil-body            { margin-left: 4px;
                        margin-right: 4px;
                      }

.foilgroup-body       { margin-left: 2px;
                        margin-right: 2px;
                      }

.foil				{ font-size: 28pt;
                        margin-left: 4px;
                        margin-right: 4px;
						color: #402060;
					}


h1.title              { 
						text-align: center;
                        margin-top: 0px;
                        margin-bottom: 0px;
                        margin-left: 5px;
                        margin-right: 5px;
                        padding-top: 0px;
						color: blue;
						background-color: #e0e0ff;
			background-image: url("teal_paper.gif");
						border-width: 3px;
						border-color: blue;
						border-style: outset;
                      }

/* ToC Stuff */

.ttoc                 {
                        font-size: 11pt;
			color: white;
/*
			background-image: url("bluewhite_paper.gif");
			background-repeat: repeat-y;
*/
                      }

.ttoc a               { text-decoration: none; }
.ttoc a:link          { color: white }
.ttoc a:visited       { color: yellow }

.ttoc-title           {
                        font-size: 9pt;
                      }

.ttoc-foilset         {
                        font-size: 8pt;
                      }

.ttoc-foil            {
                        font-size: 8pt;
                      }


.navhead		{
					color: yellow;
				}

.mediaobject {
				text-align: center;
				margin-left: 5px;
			}

body {	background-color: #002040;
		color: #c8d8ff;
		font-size: 28pt;
		}
body a:visited {
		color: #a06000;
	}
body a:link  { color: #0060a0; }

.copyright {
		color: #607080;
		font-size: 14pt;
	}
.programlisting {
	background-color: #f0f0f0;
	font-size: 20pt;
	font-weight: 900;
}
.programlisting em {
		color: #840;
}
.emphasis {
		color: #840;
}
.sidebar {
	background-color: #e0e0f0;
}
.table {
/*	text-align: center; */
	background-color: #e0e0f0;
}
.blockquote {
	margin-left: 10px;
	margin-right: 10px;
	background-color: #f0e0ff;
}
tt {
	color: #505000;
	font-size: smaller;
	font-weight: bold;
}
.note {
		border-width: 3px;
		border-color: blue;
		border-style: outset;
}
h3 {
	font-size: 16pt;
}
.term {
		color: #804000;
}
