body {
	font-family: Times New Roman,Times,serif;
	font-family: Helvetica,Arial,sans-serif;
	font-size: x-small;
	margin: 0px;
	padding: 0px;
}

#box {
/*	background-color:gray;*/
/*	border: 1px dotted black;*/
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-275px;
	margin-left:-245px;
	width: 470px;
	height: 495px;
}

h1 {
	font-size: medium;
}

h2 {
	font-size: small;
}

span {
	visibility: hidden;
/*	display: none;*/
}

address {
/*	background-color:yellow;*/
	text-align: right;
	font-size: x-small;
	font-style: normal;
	color: #5e8eab;
	position: absolute;
	right: 0%;
	bottom: 0%;
	margin-right:5px;
	margin-bottom:5px;
}

#notuped {
	position: absolute;
	left: 0px;
	top: 320px;
	width: 122px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(img/notuped.jpg);
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color:red;
}


