/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body { 
     background-color: black;
	 margin-left: 0px;
	 margin-top: 0px;
	 margin-right: 0px;
	 margin-bottom: 0px;
     font-family:serif;
	 font-size:medium;
     color:white;
     }
h1 {text-align:center; font-size:30px; color:white;}
h2 {text-align:left; font-size:large; color: white; }
h3 {text-align:left; font-size:medium; color:white; text-decoration:underline;  }
h4 {text-align:center; font-size:x-large; color:lime; text-decoration:underline;}
h5 {text-align:center; font-size:30px; color:silver;}
     
.menu{
	text-align: center;
     width:100%;
     
      }
.button {
    background-color: mediumblue; /* Blueish */
    font-family: serif;
    color: white;
	width: 49%;
    padding: 0px;
	font-size: 30px;
    text-align: center;
    text-decoration: none;
	font-style:italic;
    display: inline-block;
    margin: 0px;
    cursor: pointer;
    }
.buttons {
    background-color: crimson; /* Blueish */
    font-family: serif;
    color: white;
	width: 49%;
    padding: 0px;
	font-size: 40px;
    text-align: center;
    text-decoration: none;
	font-style:italic;
    display: inline-block;
    margin: 0px;
    cursor: pointer;
    }

.index{ 
       height:auto;
       }
.index_text {
       width: 100% ; 
 }
.index_content{
                width:100%; }
.index_text {
	  font-family:serif;font-weight:bold; 
	  text-align:center;
	  }
.facility{ 
           width:100%;
           padding-bottom:10px;
           }
.facility_info{
      height:auto;
      text-align:center;
      }        
.eventbox {
          margin-left:0px; margin-right:0px;margin-top:1px;margin-bottom:1px;
		  width:100%; 
		  float:left; 
		  border-color:grey;
          border-bottom:double;
		  }
.eventboximg {
          width: 100%; 
          }

.rainbow {
  color:magenta;    /* No Rainbow on short devices */
}  

.link_logo {height:20; visibility:hidden; width:0; }
.link_text {color:white; font-size:large; text-decoration:none;}        

.content2{
	width:auto;
	margin:0 auto;
	padding-left:20px;
	padding-right:20px;
}