/* makes unvisted linkes red (red bad) */
A {color:red;}

/* makes visted linkes the same green as the toolbar (green good) */
A:visited {color:#800000;}            

/* define background for everyone, different browsers have different defaults */
BODY {background:white;}              

/* White text in a green box. "Links" is an example */
h1 {color: #FFFFFF;
    background: #0004AA;;
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: 700;
    text-align: center;}

h1.left { width: 163;}
    
/* Big green text.  "Download" is an example */
h2 {color: #0004AA;
    background: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 12pt;
    font-weight: 700;}
        
/* Black centered italic text, the dates under "JUnit News" is an example */
/*h3 {color: #000000;
    background: #FFFFFF;
    font-family: verdana, Georgia, helvetica,Arial, sans-serif;
    font-size: 10pt;
    font-weight: 700;
    font-style: italic;
    text-align: center;}
*/
h3{
    letter-spacing: -1px;
    margin-top:18px;
    margin-bottom:1px;
    text-transform: uppercase;
    color: #223;
    font-size: 15px;
    font-weight:bold;
    font-family: Arial;
    }

/* Red block for h2 table cells.  "Links" is an example */
td.h1 { background: #0004AA;}

/* Regular text.  "Welcome to McWha.org" is an example */
P {font-size: smaller;
   font-family: Arial, sans-serif;}
    
/* Regular text.  "Welcome to McWha.org" is an example */
li {font-family: Arial, sans-serif;}
/* Regular text.  "Welcome to McWha.org" is an example */
ul {font-size: smaller;
   font-family: Arial, sans-serif;}

/*  News entries are in italics. News entries are the links under "McWha.org Links" */
P.news {font-style: italic;
	font-weight: 700;}

/* Titles are in italics.  Titles are the titles of Articles and Extensions */
P.title { font-style: italic;
          margin-bottom: 0em;
	      font-weight: 700;}

/* Descriptions of Titles are small and "pulled" up close to the Title. */
P.desc { font-size: 8pt;
	     font-family: Arial, sans-serif;
	     margin-top: 0em;}