body {
	margin:200px 0px; padding:0px;
	text-align:center;
	font-family: Helvetica, arial, sans-serif;
	font-size: 72%;
	}
	
#temp {
	width:500px;
	margin:0px auto;
	text-align:center;
	padding:15px;

	}
	
	
a:link {color: 000; text-decoration: none; }
a:visited {color: 000; text-decoration: none; }
a:hover {color: orange; text-decoration: underline; }
a:active {color: orange; }