/* Stylesheet for Kidisportz */


  a.back { text-decoration:underline; color: blue; 
     }
  
  a.back:hover { text-decoration:underline; color: red; 
     }
     
    
  a.more { font-weight: bold; text-decoration:none; color: blue; 
     }
  
  a.more:hover { font-weight: bold; text-decoration:underline; color: red; 
     }
  
  body { margin: 2px;
    font-family: Comic Sans MS,Arial,sans-serif;
    font-size: 10px;
    background-color: rgb(255, 255, 255);
    }

  img { border: medium none ;
    }
    
  
  P.big  { font-size: 18pt;
         font-weight: normal;
         margin: 10px 0px 2px 0px;
   } 
   
   
  P.home  { font-size: 14pt;
         font-weight: normal;
         margin: 0px 0px 0px 0px;
   }                

  P.quotes { font-size: 10pt; 
            margin: 10px 0px 2px 0px;
            color: blue;  
               }
   
   
   li {	list-style-image: url(images/yellowdot.png);       }      
               
  .menu { vertical-align: top;
    background-color: rgb(255, 217, 000);
    }

  .menu tr { vertical-align: top;
    }

    
   table tr {vertical-align: top;}
    table.menu tr td {font-family: Comic Sans MS,Arial, sans-serif; background-color: #FFCC00;  } 
   table.menu tr td p {font-size: 13pt; margin: 0px 0px;font-weight: normal; color:#000000;} 
   table.menu tr td li { font-size: 13pt; margin: 0px 0px; font-weight: normal; color:#000000;} 
   table.menu tr td a {text-decoration: none; color: black; font-weight: normal; color:#000000;}
   table.menu tr td a:hover {color: #FFCC00; background-color: #FF9900;}
   
   img.border { border: 1px solid black;
    }

  h1 { font-weight: bold ! important;
    font-style: normal ! important;
    margin-top: 6px ! important;
    margin-bottom: 6px ! important;
    font-size: 18px ! important;
    text-align: center ! important;
    }

  td.head { text-align: center;
    }

  table.workshops tr { vertical-align: top;
    }

  table.workshops tr td { background-color: white;
    font-size: 13px ! important;
    }

  td.subhead { font-weight: bold;
    text-align: center;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 153, 51) ! important;
    }

td.subhead a { color: rgb(0,0,0);
  text-decoration: none;
    }
    
    
