/* *********************************************************************************** */
/*
                         THIS STYLESHEET WAS MADE BY GARY SULLIVAN
*/
/* *********************************************************************************** */
body
{
    background-image: url('/images/paper_blue.jpg');
    background-attachment: fixed;
    font-family: Arial;
    margin-left: 5%;
    margin-right: 5%;
}
/* *********************************************************************************** */
a:hover
{
    color: black;
    background: yellow;
}
/* *********************************************************************************** */
a:active
{
    color: white;
    background: black;
}

/* rgb(255, 0, 102)  */
/* *********************************************************************************** */
a.plain
{
    text-decoration: underline; 
}
/* *********************************************************************************** */
a.hidden
{
    text-decoration: none;
}
/* *********************************************************************************** */
:link
{
    color: red;
}
/* *********************************************************************************** */
:visited
{
    color: #2222ff;
}
/* *********************************************************************************** */
H1	
{
    font-family: arial;
    color: #FF0000;
}
/* *************
  size: +2; BAD wants font-size : 16pt; 
  http://www.w3.org/TR/CSS21/syndata.html#value-def-percentage

*************** */

H2 	
{
    font-family: arial; 
    color: #CC0000; 
}
/* *********************************************************************************** */
H3 	
{
    font-family: arial; 
    color: #009933;
}
/* *********************************************************************************** */
H4
{
    font-family: arial; 
    color: #005500; 
}
/* *********************************************************************************** */
H5
{
    font-family: arial; 
    color: #009933; 
}
/* *********************************************************************************** */
H6 	
{
    font-family: arial;
    font-size: 5pt;
    color: #009933;
}
/* *********************************************************************************** */
code
{
    background-color: #ffff88;
    border: 1px solid #cccccc;
}
/* *********************************************************************************** */
.showinset 
{
    font-size:.9em;
    margin-bottom:10px;
    padding-left:2px;
    border:1px solid #ccc;
    background:#FEFEF5;
}

/* **** .showinset p, .showinset div, .showinset h4    padding-right:10px;   **** */
/* *********************************************************************************** */
black
{
    background:#000;
    color:#fff;
    display:block;
}

white
{
    font-size:.9em;
    margin-bottom:10px;
    padding-left:2px;
    border:1px solid #ccc;
    background:#FEFEF5;
}
/* *********************************************************************************** */
dots,
blockquote + p {
    text-indent: 0;
}
/* *********************************************************************************** */
/*
                                              THE END
                                                 ?
*/
/* *********************************************************************************** */

