body,td,th {
	font-family: Verdana, Geneva, sans-serif;
}
a img{
	border:0;
}
/* 
h4 {
	background-repeat: no-repeat; 
	background-image: url(/admin/img/newsubhead2.png);
	background-position: center;
}
*/
.online {
	font-family: Mistral;
	font-size: 48px;
}
.links {
	color: #030303;
	font-size: 14px;
}
.titles {
	font-size: 48px;
}
.moto {
	font-size: 12px;
}

@-webkit-keyframes on-blinking-red {
   from {
      background-color: #ff0000;
   }
   to {
      background-color: #330000;
   }
}
@-webkit-keyframes off-blinking-red {
   from {
      background-color: #330000;
   }
   to {
      background-color: #ff0000;
   }
}
button.blinking-blue-and-red {
   width: 100px;
   height: 30px;
   border: 3px outset #999999;
   -webkit-animation-iteration-count: infinite;
   -webkit-animation-duration: 2.0s;
}
button#red-left {
   background-color: #ff0000;
   -webkit-animation-name: on-blinking-red;
   -webkit-animation-timing-function: ease-in;
}
button#red-right {
   background-color: #aa1111;
   -webkit-animation-name: off-blinking-red;
   -webkit-animation-timing-function: ease-out;
}
/* Style all font awesome icons */
.fa {
    font-size: 11px;
    width: 70px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}