/* tcewf.css 
 * This is the default stylesheet for tcewf.org
 * It is set for MSIE as default.
 *  Other stylesheets (for linux, mac, etc., are loaded *after*
 *  this stylesheet.
*/

/* *** { Standard Stuff: *** */

/* Define things you want generically in all styles, here in body tag: 
*/


body {
  font-family:    Arial, Helvetica, sans-serif;
  color:           #333333;
  background-color: #99ccff;
}

a:link { 
  text-decoration: none;
  color: #0000FF;
  font-weight: normal;
}

a:visited {
  text-decoration: none;
  color: #0000ff;
  font-weight: normal;
}

a:active {
  color: #FF0000;
  color: #ff6d41;
  font-weight: normal;
}

a:hover {
  text-decoration: none ;
\\  cursor : nw-resize ;
  color: #FF0000;
  font-weight: normal;
\\ font-style: italic;
 text-decoration: underline;
}


td, th {
  font-family:     verdana, helvetica, arial, lucida, sans-serif;
  color:           #333333;
}

p { 
  font-size:       0.9em;
  line-height:     1.1em;
 } 

td {
  font-size:	   0.9em;
  line-height:   1.lem;
}

li { 
   font-size: 1em; 
   color: #333333; 
   text-decoration: none
}

h1 {
  font-size:     1.3em;
  font-weight:   normal;
  color:        #333333;
}

h2 {
  font-size:     1.2em;
  font-weight:   normal;
  color:       	 #cc0000;
}

h3 {
  font-size:     1.1em;
  font-weight:   bold;
  color:       	 #cc0000;
}

h4 {
  font-size:     1.0em;
  font-weight:   normal;
  color:       	 #cc0000;
}

h5 {
  font-size:     12pt;
  font-weight:   normal;
  font-style:    italic;
  color:       	 #333333;
}

code {
  font-size:       1.1em;

}
tt {
  font-family:     helvetica, arial, lucida, sans-serif;
}


ol { font-size: .9em; line-height: 1.1em; color: #333333}.heading {  }
ul { font-size: 0.9em; line-height: 1.1em; color: #333333}
address {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; line-height: 1.1em; color: #333333}

/* EOF */


