/* default.css */

	html,body,td,a,ul,ol,li,p,span,div {
		color: black;
		font-family: arial;
	}

	/* sizes */

		div,p,span,td,ul,ol,li,td,a { font-size: 9pt; }
		h1, h1 span { font-size: 24pt; }
		h2 { font-size: 20pt; }
		h3 { font-size: 14pt; }
		h4, h4 span { font-size: 14pt; }
		h5 { font-size: 12pt; }
		h6 { font-size: 10pt; }
		.bigger { font-size: 13pt; font-weight: bold; }
		.big { font-size: 12pt; }
		.small { font-size: 7pt; }
		.size { font-size: 8pt; }

	/* links */

		:link,:active,:visited,:hover,#totop a
			{
				padding: 2px;
			}
		:link { color: #336699; }
		:active { color: indianRed; }
		:visited { color: darkSlateBlue; }
		:hover,#totop :hover { color: orangered; }

	/* ... */

	.bold { font-weight: bold; }
	.img { text-align: center; }
	.news #offset td,.news #usercomments td { padding: 7px; border: black solid 1px; }
	#usercomments .oddrow td { border: none; }
