body
{
	font-family: 'Monaco', 'Courier New', 'Lucida Console', fixed;
}

p.vbig {
	font-family : 'Times New Roman', sans-serif;
	font-size : 26pt;
}

a {
	text-decoration : none;
}

td {
	font-size: smaller;
	border-style : dotted;
	border-width : 0px;
	border-color : black;
	padding : 5px;
	background: #f5f5f0;
}

td.dark {

	font-size: big;
	border-width : 1px;
	background-color: #efefef;
}

span.small{
	font-size : xx-small;
}

textarea {
	width: 100%
}