/* simple style sheet for students to use */

/*
body	{ background-color: #333366; 
	          font-family: verdana, geneva, arial, sans-serif; 
	          color: #CCCCCC; }
		  */

/*
body	{ background-color: #000000; 
	          font-family: verdana, geneva, arial, sans-serif; 
	          color: #9ACD32; }
		  */

.index_link a:link    { color: rgb(0,0,0); font-weight: bold;
                       text-decoration: none; background: #E6E6FA;}
.index_link a:visited { color: rgb(88,88,88); font-weight: bold;
                       text-decoration: none; background: #E6E6FA;}
.index_link a:hover   { color: rgb(88,88,88); font-weight: bold;
                       text-decoration: underline; background: #E6E6FA;}
.index_link a:active  { color: rgb(255,0,0); font-weight: bold;
                       text-decoration: underline; background: #E6E6FA;}


h1          { font-size: 2em;    font-weight: bold; }
h2          { font-size: 1.5em;  font-weight: bold; }
h3          { font-size: 1em;    font-weight: bold; color: #FF0000; }
h4          { font-size: 1em;    font-weight: bold; color: #FF0000; }

ul          { list-style: square; }

.black      { background-color: #000000; color: #FFFFFF; font-size: 80%; }
.gray       { background-color: #E6E6FA; color: #000000; font-size: 100%; 
	      line-height: 150%; }
.darkgray   { background-color: #666666; color: #CCCCFF; font-size: 80%; }
.white      { background-color: #FFFFFF; color: #000000; font-size: 80%; }
.darkblue   { background-color: #000066; color: #CCCCFF; font-size: 80%; }

