html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

@keyframes blink {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
@-webkit-keyframes blink {
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
.blink {
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
} 



table {
	border-collapse: collapse;
	border-spacing: 0;
}
.server{
    	font-weight:bold; 
	margin:5px;
	padding:5px 10px;border-radius:1px 4px;font-size:small;
}
.onlineServer li{
	float:left;
	min-width:100px;
}
.onlineServer li a{
	text-decoration:none;
	color:#0443A2;
}
.onlineServer li a:hover{
	color:#BC0404;
}
.green{
	background:#17993E;
	color:#fff;
}
.red{
	background:#BC0404;
	color:#fff;
}
.img{
	max-width:790px;
	border:1px solid #ccc;
	padding:2px;
}

#ann{
    background-color: #121212;
    color: #ffffff;
    font-size: 14px;
    height: 28px !important;
    line-height:28px;
    overflow: hidden;
    width:100%;
    padding-top: 1px;
    position: absolute;
    bottom:0;
}
.loader{
	margin-left:320px;
}
p {
font-size: 1em;
line-height: 1.25em;
margin: 0;
text-align: justify;
}
p + p {
text-indent: 2.5em;
}
