﻿@font-face {
	font-family: DIGIFACE;
	src: url(../font/DIGIFACE.TTF);
}
p.speech {
	margin:-60px 0px 0px 620px;
	position: absolute;
	width: 150px;
	height: 50px;
	left:300;
	text-align: center;
	background-color: #444;
	border: 8px solid #333;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 3px 3px 6px #666;
	-moz-box-shadow: 3px 3px 6px #666;
	box-shadow: 3px 3px 6px #666;
}
p.speech:before { 
	content: ' '; 
	position: absolute; 
	width: 0; 
	height: 0; 
	left: 30px; 
	top: 50px; 
	border: 25px solid; 
	border-color: #333 transparent transparent #333;
}
p.speech:after { 
	content: ' '; 
	position: absolute; 
	width: 0; 
	height: 0; 
	left: 38px; 
	top: 50px; 
	border: 15px solid; 
	border-color: #444 transparent transparent #444; 
}
.clock{
	font-family: DIGIFACE;
	font-weight:525; 
	font-size:40px;
	color:#0F0;
	text-shadow:#090 4px 4px 6px;
}