<!-- $Id: style.css,v 1.1 2004/09/30 12:28:56 armhold Exp $ -->
<!--

  Copyright (c) 2005 Lecture123.com Corporation. All rights reserved.
  Some portions Copyright (c) 2004 Office of Corporate Liaison and
  Technology Transfer, Rutgers, The State University. All rights reserved.
  This file may contain code that is licensed under the terms of the BSD
  license.  See LICENSE.TXT for details. All other source code contained
  herein is confidential, and is not published or otherwise divested of
  its trade secrets, irrespective of what has been deposited with the U.S.
  Copyright office.

-->

<!-- start toolMenu -->
.toolMenu {
  background-color:none; color:#ffffff;
  font-size:11px; font:Tahoma,Arial,Helvetica,sans-serif; font-weight:bold;
}
a:link.toolMenu, a:visited.toolMenu, a:active.toolMenu  {
  background-color:none; color:#ffffff;
  font-size:11px; font:Tahoma,Arial,Helvetica,sans-serif; font-weight:bold;
}
.toolMenuOn, a:hover.toolMenu {
	  background-color:none; color:#00ff00;
  font-size:11px; font:Tahoma,Arial,Helvetica,sans-serif; font-weight:bold;
}
.toolMenuBg {
  background-color:#6262FF;
}
.toolMenuCommSelector {
 font:11px Tahoma,Arial,Helvetica,sans-serif; font-weight:bold;
 margin:0px;
}
<!-- end toolMenu -->

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  color: black;
  background-color: white;
}

a:link, a:visited, a:active {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold; 
   text-decoration: none; 
   color: red;
}

pre {
  font-family: courier;
}

.lecture123Watermark {
  background-color: #ffffff;
  background-image: url("/elearning/lecture123_watermark.jpg");
  background-repeat: no-repeat;
  background-position: bottom; 
  background-attachment: fixed;
}

p  { font-family: Verdana; font-size: small; }
li { font-family: Verdana; font-size: small; }
td { font-family: Verdana; font-size: small; }
h1 { font-family: Verdana; }
h2 { font-family: Verdana; }
h3 { font-family: Verdana; }
h4 { font-family: Verdana; }
h5 { font-family: Verdana; }
h6 { font-family: Verdana; }
h7 { font-family: Verdana; }
div { font-family: Verdana; font-size: small }
<!-- red = #EB2500, blue = #0000AC, green = #3A8E2C -->
.bluetable  { background-color: #0000AC }
.redtable   { background-color: #EB2500 }
.greentable { background-color: #3A8E2C}

.title {
  font-family: Verdana; color: #FFFFFF; font-weight: bold;
  font-size: large; text-align: center;
}
