ol ol ol ol ol {
   list-style-type : lower-alpha; 
}

ol ol ol ol {
   list-style-type : lower-roman; 
}

ol ol ol {
   list-style-type : decimal; 
}

ol ol {
   list-style-type : upper-alpha; 
}

ol {
   list-style-type : upper-roman; 
}

body {
   line-height : 1.1; 
   color : #000000; 
   background : #AAAAAA; 
}

/*
img {
    display: inline;
}
*/


/* setting the anchor border around IMG elements
   requires contextual selectors */

/*
a:link img {
        border:         2px solid #0000FF;
}

a:visited img {
        border:         2px solid #000080;
}

a:active img {
         border:        2px solid #FF0000;
}
*/
