body { 
	background: #fff;
	border: none;
	outline: none;
	font-family: Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:20px 0 0 0;
	overflow-y:scroll;
}

a, a:visited, a:focus, a:active, a:hover{
    outline:0 none !important;
	outline:none;
	color:#00F;
}

img {
	border:0;
	outline:none;
	}

.wrapper { 
	width: 100%;
}

.container {
	width:950px;
	margin:25px auto 25px auto;
	position: relative;
}


.times60 {
	font-family:"Times New Roman", Times, serif;
	font-size:64px;
	}
	
.times24 {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	}
	
	
.times30 {
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	}
	
a.timeslink {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	text-decoration:underline;
	color:#00F;
	}