body {
	background-image: url(png/bg.png);
	margin-left:auto; margin-right:auto; 
	font-size: 2.0em;
	color: Black;
	max-width:1024px;
	
}

.index { margin-left:auto; margin-right:auto; width: 95%; max-width:1024px}
.foot { margin-left:auto; margin-right:auto; width: 95%; max-width:1024px }
.title { margin-left:auto; margin-right:auto; width: 95%; max-width:1024px;
    border: 0px; }
.gen { margin-left:auto; margin-right:auto; width: 95%; max-width:1024px;
    border: 0px; font-size: 1.0em; }



.top  {vertical-align: top;}


/* general items */
.holiday { color: Red; }
.pbl     { color: Magenta; font-variant: small-caps; }
.quiz    { color: Purple;  font-style: oblique; }
.note    { color: Gray;    font-size: 0.8em; background: None; }
.emphasis{ color: Magenta; font-weight: bold; } 
.incomplete{color: Gray; }
.teacher { color: Gray;    font-size:0.8em;}
/* links */
A:link { font-weight:  bold; color: Blue  }
A:visited {  font-weight: bold; color: Blue }
A:active { font-weight: bold; color: Blue }
A:hover { font-weight: bold; color: Green; text-decoration: underline; font-size: 1.0em;}
/* Headings on index file */ 
h1, h2, h3, h4, h5, h6 {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   position: relative;
}

h1 {
	font-size: 1.7em;
	font-weight: bold;
	color: Magenta;
	text-align: center;
	line-height: 0.9;
}
h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #C031C7; 
	line-height: 0.9;
}
h3 {
	font-size: 1.0em;
	font-weight: bold;
	color: Black;
	text-align: left;
  display: inline;
}
td, th { vertical-align: top;
    border-collapse: collapse;
    border: 0px solid black;

}
/* other things from xt-col.css */
.key { font-size: 1.1em;  background: Black; color: White; }
.current { background: Black; color: Lime; }
.note {font-size: 0.8em; background: Black; color: White; }
.comment {font-size: 1.0em; color: Red; }
.section { font-size: 1.2em;  font-weight: bold; color: Blue; }
/* END other things from xt-col.css */
