.table1 {

/* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 204) transparent;
    /* RGBa with 0.6 opacity */
    background: rgba(255, 255, 204, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCffffcc, endColorstr=#CCffffcc);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCffffcc, endColorstr=#CCffffcc)";
   
}

.menu1 {

/* Fallback for web browsers that doesn't support RGBa */
    background: rgb(100, 100, 100) transparent;
    /* RGBa with 0.1 opacity */
    background: rgba(255, 255, 204, 0.1);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffcc, endColorstr=#66ffffcc);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#66ffffcc, endColorstr=#66ffffcc)";
   
}

.header1 {

/* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 204) transparent;
    /* RGBa with 0.5 opacity */
    background: rgba(255, 255, 204, 0.5);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffcc, endColorstr=#99ffffcc);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffcc, endColorstr=#99ffffcc)";
   
}

.footer1 {

/* Fallback for web browsers that doesn't support RGBa */
    background: rgb(255, 255, 204) transparent;
    /* RGBa with 0.5 opacity */
    background: rgba(255, 255, 204, 0.5);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffcc, endColorstr=#99ffffcc);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffcc, endColorstr=#99ffffcc)";
   
}

body { background-color: white; text: black; background-image: url(http://www.joyintheworld.info/includes/bg.jpg); background-size: cover; background-position: left top; margin: 0px 0px 0px; background-repeat: tile; background-attachment: fixed;

scrollbar-face-color: #DEE3E7; scrollbar-highlight-color: #FFFFFF; scrollbar-shadow-color: #98AAB1; scrollbar-3dlight-color: #C0C6CB; scrollbar-arrow-color:  #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #98AAB1 }

table { text: black }
tr { text: black }
td { text: black }
th { text: black }

H1 { font-family: arial, VERDANA; font-weight: bold; text-align: center; font-size: 40pt }
H2, H3, H4, H6, DIV, P, UL, LI { font-family: TIMES NEW ROMAN, verdana, arial, helvetica }
H2, H3 { text-align: center }
H4, H5, H6, UL, LI, P { text-align: justify }

H2 { FONT-SIZE: 30pt }
H3 { FONT-SIZE: 26pt }
H4, H5, H6, DIV, P, UL, LI { FONT-SIZE: 24pt; color: #000000 }

a, a:hover, a:visited { color: #2064EE; font-weight: bold}
a { text-decoration: none }
a:hover { text-decoration: underline; color: #0000FF }