@CHARSET "UTF-8";
body {
	font-family: Trebuchet MS;
	background-color: #fff;
	color: #666;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.2em;
	font-size: 1em;
}

.formbutton{
	border:1px solid #ccc;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background-color:#aaf;
}

#logo {
	font-size:4em;	
}

#my-timeplot {
	width:75%;
	height:150px;
}
#mainform {
	padding: 4px;
	width: 450px;
}

#mainform input {
	color: #666;
}

#resultline {
	font-size:0.8em;
}

#instructions, #whatsnew {
	font-size:0.8em;
}

#whatsnew {
	color: #FF1111;
}


a:link {
	color:#444;
	text-decoration:underline;
}
a:visited {
	color:#444;
	text-decoration:underline;
}
a:hover {
	color:#444;
	text-decoration:underline;
}
a:active {
	color:#444;
	text-decoration:underline;
}

.strikethrough {
	text-decoration:line-through;
}
