body {
	background-color: #00F1E8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-position: top center;
	color: #00F1E8;
}
.footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #DE2E81;
	font-weight: bold;
}
.footer2257 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #9CF2F3;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
}
body,td,th {
	color: #FFF;
}
.titles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #00F1E8;
}
.minutes {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #DD2F82;
	font-weight: bold;
}
.biglinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 49px;
	color: #FFF;
	font-weight: bold;
}
bio {
	font-family: Verdana, Geneva, sans-serif;
}
.bio {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #757575;
}


/* Menu */
.menu{
position:relative;
}

.menu span{
  position: absolute;
    color: #00f9f0;
    font-family: arial black;
    font-weight: bold;
    font-size: 18px;
    top: -23px;
    letter-spacing: -1px;
    text-align: center;
    padding: 0;
}

.menu:hover span{
  color:#fff;
      text-shadow: 1px 1px 0px #000;
}

.home span{
    right: 3px;
    width: 98px;
}

.member span{
      right: 3px;
    width: 256px;
}

.updates span{
      right: 3px;
    width: 216px;
}

.blog span{
      right: 3px;
    width: 223px;
}

.instant span{
      right: 44px;
    width: 191px;
    text-decoration:blink;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink, .instant span{
text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in;
    -webkit-animation-direction: alternate;
}
