@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family: Arial,sans-serif;
	font-size: x-small;
}

body {
	text-align: center;
	background-color: #000;
	color: #fff;
}
a,img {border: 0;}

a:link{color: yellow;}
a:visited{color: gray;}
a:hover{color: red;}
a:active{color: lime;}

#wrap {
	position: absolute;
/*	height: 200px;*/
	width: 240px;
/*	top:50%;*/
	left:50%;
	margin-left:-120px;
/*	margin-top:-100px;*/
}

ul {
	list-style-position: outside;
	list-style-type: none;
	margin: 20px 0;
}
li {
	margin-bottom: 10px;
	font-size: small;
}

address {
	font-style: normal;
	font-size: xx-small;
}