/*
<h2>    Page    </h2>
<!--    ====    -->
<Xmp>*/
BODY    {
	font-family	:
			Arial,
			Helvetica, Verdana, sans-serif;
	margin-top	:     0px;
	margin-left	:    0px;}
/*</Xmp>
<h2>    Links   </h2>
<!--    =====   -->
<Xmp>*/
A:link, A:active
	{
	text-decoration	:	none;
	color		:	#FFFF80;
	background	:	transparent;
	}
		
		
A:visited {
   	color		:	#FFFF80; 
  	background	:	transparent; 
   	text-decoration	:	none; 
	}		
		
A:hover { color		:	#ffffff;
	background	:	#FFFF80;
	}

/*</Xmp>
<h2>    Headings        </h2>
<!--    ========        -->
<Xmp>*/
H1	{
	font-family	:	
		Arial, Helvetica, sans-serif;
	color		:	#ff9933;
	background	:	transparent;
	}
	
H2	{
	font-family	:	
		Arial, Helvetica, sans-serif;
	color		:	#cc9933;
	background	:	transparent;
	}
	
H3	{
	font-family	:	
		Arial, Helvetica, sans-serif;
	color		:	black;
	background	:	transparent;
	}

H4	{
	font-family	:	
		Arial, Helvetica, sans-serif;
	color		:	#cc9933;
	background	:	transparent;
	}

P, TD, DL, OL, UL       {
	font-family	:	
		Arial, Helvetica, sans-serif;
	}
/*</Xmp>
<h2>    Author  </h2>
<!--    ======  -->
<Xmp>*/
Div.Author      
	{
        font-style	:     	italic;
        font-weight	:    	bold;
        font-family	:    	Helvetica, sans-serif;
        }
/*</Xmp>
<h2>    Abstract        </h2>
<!--    ==================-->

        Every page should have an introductory paragraph.
<Xmp>*/
        Body.WDVL
        .Abstract       {
         background	:     #eeeeee;
       	 color		:     #003366;
         border		:     white;
         }
/*</Xmp>


<h2>    eXaMPle Screen  </h2>
<!--    ==================-->

        The <a href="/Software/Perl/ht.html">ht processor</a>
        translates XMP tags to PRE.
<Xmp>*/
        Pre.Xmp {
                background:     #eeeeee;
                color:          black;
                width:          auto;
                font-weight:    bold;
                margin-left:    1em;
                margin-right:   1em;
                border:         solid 2px black;
                white-space:    pre;
                font-family:    Courier, fixed, serif;
                }
        PRE.xmp EM
                {
                font-style:     normal;
                color:  #FF0000;
		background: transparent;
                }
        CODE    { color:        #A00000;
		background: transparent; }

        DIV.example     { 
                margin-left:    2em;
                margin-right:   2em;
                border: solid 2px #003000;
                }
/*</Xmp>
<h2>    Look-up Table   </h2>
<!--    ==================-->

        Resource tables, link in left cell and annotation in the right cell.
<p>
        [!      Left column     !|      Right column    |]
<Xmp>*/
        TH.LuT  A       {       color:          #000066;
				background:	transparent;
                        }
        TH.LuT          {       background:     #ffcc66;
                                color:          #000000;
                                }
        TD.LuT  A       {       color:          #000066;
				background:	transparent;
                        }
        TD.LuT          {       background:     #ffffcc;
                                color:          #000000;
                                font-size:      85%;
                                }
/*</Xmp>
<h2>    Information Panel       </h2>
<!--    ==========================-->
<div    class=Info>
        Emphasises a block of stuff.
        This is <a class=Info href="/">The WDVL</a>.
</div>
<Xmp>*/
        TH.Info, TD.Info        {
                        background:     #ffffcc;
                        color:          #660000;
                        font-family:    Arial, Helvetica, sans-serif;
                        font-size:      smaller;
                        }
        Div.Info, P.Info        {
                        background:     #ffff99;
                        color:          #990033;
                        text-align:     left;
                        border:         blue;
                        padding:        2%;
                        font-family:    "Comic Sans MS", 
                                        Cursive, Verdana;
                        font-size:      85%;
                        }
        Div.Info A      {
                        background:     white;
                        color:          #ff6600;        
                        }
/*</Xmp>
<h2>    HiLite  </h2>
<!--    ==========-->

        <span class=HL>Just like those yellow markers...</span>
<Xmp>*/
        .HL             {
                        background:     #ffff99;
                        color:          #000000;
                        }
        TD.HL           {
                        background:     #ccffff;
                        color:          #000000;
                        }
/*</Xmp>
<h2>    Name/Value Tables       </h2>
<!--    =================-->
<center>
<table  cellpadding=8>
<tr><th class=Type> Type        </th><th class=Type>Meaning     </th></tr>
<tr><th class=Name> Name        </th><th class=Value>An identifier</th></tr>
<tr><th class=Name> Value       </th><th class=Value>Its contents</th></tr>
</table>
</center>
<Xmp>*/
        .Type   {
                background:     #cccccc;
                color:          #660000;
                }
        .Name   {
                background:     #eeeeee;
                color:          #660000;
                vertical-align: top;
                text-align:     right;
                }
        .Value  {
                background:     #ffffee;
                color:          #000066;
                }
/*</Xmp>
<h2>    Drop    </h2>
<!--    ==========-->
        @Drop(Drop) sets off a word or phrase like this.
        <br clear=all>
<Xmp>*/
        .Drop   {
                background:     #333366;
                color:          #ffcc33;
                font-family:    "Copperplate Gothic Light",
                Helvetica, Verdana, Arial, sans-serif;
                }
/*</Xmp>
<h2>    Buttons </h2>
<!--    ==========-->
        <table><tr><td class=Button>
        See the menu bar at bottom.
        </td></tr>
        </table>
<Xmp>*/
        A.Button:hover  {       color:  #ff6600;
				background:	transparent;
			        }
        A.Button{
                text-decoration:        none;
                color:          #003366;
                background:     #ffcc33;
                }
        .Button {
                text-align:     center;
                text-decoration:        none;
                color:          #003366;
                background:     #ffcc33;
                border-top:     2px solid #ffff99;
                border-left:    2px solid #ffff99;
                border-right:   2px solid #cc9933;
                border-bottom:  2px solid #cc9933;
                font-family:    Verdana, Arial,
                                "Comic Sans MS", sans-serif;
                }
/*</Xmp>
<h2>    Banners </h2>
<!--    ==========-->
        <table><tr><td class=Banner>
        The Web Developer's Virtual Library
        </td></tr>
        </table>
<Xmp>*/
        TH.Banner       {
			color:	black;		/*no color, added black*/
                background:     #ffcc33;
                }
        .Banner {
                margin-left:    0;
                text-align:     center;
                text-decoration:        none;
                color:          #003366;
                background:     #ffcc33;
                border-top:     4px solid #ffff99;
                border-left:    4px solid #ffff99;
                border-right:   4px solid #cc9933;
                border-bottom:  4px solid #cc9933;
                font-family:    Verdana, Arial,
                                "Comic Sans MS",
				sans-serif;
                }
/*</Xmp>
<h2>    W3C Modernist Core Style        </h2>
<!--    ========================        -->
<Xmp>*/
PRE, TT   { font-family:  monospace; }  /*CODE redefined, removed it from here*/

        /* begin affordances */ /* 4 - swiss a */
                
A, BODY, CITE, DD, 
DFN, DIV, DL, DT, EM, FORM, H1, H2, H3, H4, H5, H6,
IFRAME, IMG, KBD, LI, OBJECT, OL, P, Q, SAMP, SMALL,
SPAN, STRONG, SUB, SUP, UL, VAR, APPLET, BIG, CENTER,
DIR, FONT, HR, MENU, PRE, ABBR, BDO, BUTTON,
FIELDSET, LABEL, LEGEND    {       
        word-spacing:   normal;
        letter-spacing: normal;
        text-transform: none;
        text-decoration:        none;
        border-color:           black;
        border-style:   none;
        }       
EM      {       
        font-style:     normal;
        font-weight:    bold;
        color:          black;
        background:     white;
        }       
                
STRONG  {       
        font-style:     italic;
        background:     white;
        font-weight:    bold;
        color:          black;
        }       
                
EM STRONG, STRONG EM    {       
        text-transform: uppercase;
        font-style:     normal;
        font-weight:    bolder;
        background:     white;
        color:          red;
        }       
                
.warning        {       
        text-transform: none;
        font-style:     normal;
        font-weight:    bolder;
        background:     white;
        color:          red;
        }       
                
DEL     {       				/*DEL was listed in both*/
        text-decoration:        line-through;	/*modernist core grouping*/
	color: 			black;		/*and here, so deleted DEL*/
        background:     #F66;			/*from grouping*/
        }       				/*no color specified, added black*/
                
INS     {       								
        text-decoration:        underline;	/*INS was listed in both*/
		color:		black;		/*modernist core grouping*/
        background:     yellow;			/*and here, so deleted DEL*/
        }       				/*from grouping*/
					/*no color specified, added black*/
                
VAR, CITE, DFN  {       
        font-style:     italic;
        }       
                
ADDRESS {       			/*Both ADDRESS and ACRONYM were*/
        font-style:     normal;		/*listed in modernist core grouping*/
        letter-spacing: .1em;		/*and separately, so removed them*/
        }       			/*from core grouping*/
                


CODE, KBD, SAMP {       
        font-family:    Monotype, "Courier New", monospace;
        }       		/*removed .com from Monotype font-family*/
				/*removed CODE from core grouping*/
                
ACRONYM {       
        font-variant:   small-caps;
        letter-spacing: 0.1em;
        }       
HR      {       
        color:          black;
	background:	transparent;		/*added background*/
        }       
                
.colophon       {       
        display:        none;
        }       
/*</Xmp>
<h2>    Navigation Links        </h2>
<!--    ================        -->
<Xmp>*/
        TH.Nav  {       background:     #0000cc;        
                        color:          #ff9900;
                        }
        TH.Menu {       background:     #3366cc;        
                        color:          #ff9900;
                        }
        A.Menu:hover{   color:          #ff6600;
			background: 	transparent	/*added background*/
						}
        A.HoMe:hover{   color:          #ff6600;
			background:  	transparent	/*added background*/
						}
        A.Menu  {       background:     white;
                        color:          #ffcc33;
                        font-family:    Verdana, 	/*added generic font*/	
                                        Helvetica, Arial, sans-serif;
                        font-size:      smaller;
                        text-decoration:        none;
                        }
        A.HoMe  {       background:     white;
                        color:          #ffcc33;
                        font-family:    Verdana, 	/*added generic font*/
                                        Helvetica, Arial, sans-serif;
                        text-decoration:        none;
                        }
/*</Xmp>
*/
        BlockQuote      {
		color:	black;			/*added black color*/
                background:     #ffffee;	/*background and border were*/
                border:         none;		/*the same color, changed*/
                }				/*border to none*/
						/*blockquote was also in the*/
						/*core group, so I removed it*/
						
