/* this is a comment */ 
html {
     scrollbar-face-color: #FFE6FF; /* pink */
    /* scrollbar-face-color: #fffaf0; /* almond */
    /* scrollbar-face-color: #FFFFFF; /* white */
     }
     
body {     
    font-size: 80%;
    font-family: arial, helvetica;       
    color: black;
    text-align: center;
    background-image: url("http://www.scrapcando.com/Images/backgrounds/flower_bg5.jpg"); 
    background-attachment:fixed; 
     } 

table {
    border-style:none;
    /* border-width:thick;
    border-color:Black; */
    /*background-color:Black;
    /*border-style:none;*/
    border-collapse:collapse;
    /* width: 85%;
    height:auto; */
      }

tr, td 
{
    border-style:solid;
    /* background-color: #fff8eb; /* almond */
    /*background-color:#FFFFFF;*/
    /*background-color:Black;*/
    border:none;
    vertical-align: top;
    text-align:left; 
       }

span {
    font-size: 80%;
    font-family: arial, helvetica;
    color: black;
     }

div {
    text-indent: 5%;
    font-size: 80%;
    font-family: arial, helvetica;
    color: black;
    }
    
#footer_row, #footer_col1, #footer_col2, #footer_col3
    {
    background-color:Transparent;
    background:none;
    border:none;
    font-size: 75%;
    font-family: arial, helvetica;       
    color: black;
    text-align: center;
    }

/* #menupage
    {
    width:24%;
    background-color: transparent;
    }
*/
/*#headerpage
    {
    background-color: transparent;
    }
*/
hr  
    {
    /* color:Scrollbar */  /*gray*/
    color:Black
    }
    
img {
    border-style:none;
    }
