body{ 
	background-color:#000000;
	color: #ffffff;
	font-size:16px;
	line-height: 130%;
}

small{ 
	font-size:13px;
}

a:link{ color: #00ffff; }
a:visited{ color: #00ffff;  }
a:active{ color: #ff0000;  }
img{border:0;}
.center{text-align:center;}
.bold{ font-weight: bold; }
.content{
	width:600px;
	margin: auto;
	text-align:center;
}

@media screen and (max-width:610px){ 
.content{width:95%;}
}
