@charset "UTF-8";

body, td {
   font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}
body {
    background-position: left top;
    background-attachment: scroll;
    background-repeat: repeat;
	background-image:url('http://www.sweetspotdesign.com.au/gr1.jpg');

}

td.clock {
font-size: 24pt;
font-weight: bold;
}

.container .heading {
    padding: 0px;
	width: 200px;
    background-color: none;
    color: #2D256D;
	border-bottom:dotted 1px;
	margin-bottom: 20px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
}

.container {
	margin: 10px;
color: rgb(0, 0, 0);
	position:relative;
	border: dotted 1px; 
	padding:	15px;
	height: 100%;
	background: rgba(255,255,255, 0.6);

}

a:link,a:active,a:hover { 
	font-weight: bold; color:#003366;
}

a:visited   {
	font-weight: bold; color:#333;
}

td .clock	{	font-size:9px;	}