@charset "utf-8";
/* CSS Document */
body {
	text-align: center;
	margin: 0px auto;
	width: 1400px;
	background-color: #ff69b4;
}
a:link {
	color: #00F;
	font-size: 36px;
	font-weight: bold;
	font-family: "Comic Sans MS", cursive;
	text-decoration: underline; 
}
a:visited {
	color: #00F; 
	text-decoration: none; 
}
a:hover {
	color: #F00; 
	text-decoration:; 
}
a:active {
	color: #00F;
}
hr {
	padding: 0;

    border: none;

    border-top: medium double #333;

    color: #333;

    text-align: center;

}
hr:after {

    content: "§";

    display: inline-block;

    position: relative;

    top: -0.7em;

    font-size: 1.5em;

    padding: 0 0.25em;

    background: white;

}
.pics {
	border: 1px solid #000;
	border-radius: 5px;
    -moz-border-radius: 5px; /* Firefox 3.6 and earlier */
}
.title {
	color: #FFF;
	background-color: #000;
	font-family: Arial Black, Arial Black, Gadget, sans-serif;
	font-weight: bold;
	font-size: 30px;
}
.table_title1 {
	text-align: left;
	font-family: Arial Black, Arial Black, Gadget, sans-serif;
	font-weight: bold;
	font-size: 20px;
}
.table_title2 {
	text-align: center;
	font-family: Arial Black, Arial Black, Gadget, sans-serif;
	font-weight: bold;
	font-size: 28px;
}
.table_para {
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	padding: 0px 15px 0px 15px;
}
#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #09F;
}
#menu li {
    float: left;
}
#menu li a {
    display: block;
    color: white;
	font-size: 20px;
	font-family: Arial Black, Arial Black, Gadget, sans-serif;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
/* Change the link color to #111 (black) on hover */
#menu li a:hover {
    background-color: #111;
}
#menu ul li.active {
    background-color: #4CAF50;
}
#menu ul li.join {
    background-color: #F00;
}
#main {
	background-color: #FFF;
	-moz-border-radius: 5px; /* Firefox 3.6 and earlier */
	box-shadow: 0 0 6px 2px #000;
	
	/*border: 1px solid #F660AB;*/
}
#main2 {
	background-color: #FFF;
	-moz-border-radius: 5px; /* Firefox 3.6 and earlier */
	box-shadow: 0 0 6px 2px #000;
	
	/*border: 1px solid #F660AB;*/
}