	.text,p,blockquote {
		font-family: sans-serif;
		font-size: 13px;
		color : white;
	}
	h1 {
		font-family: sans-serif;
		font-size: 16px;
		color : silver;
	}
	h2 {
		font-family: sans-serif;
		font-size: 14px;
		color : silver;
	}
	h3 {
		font-family: sans-serif;
		font-size: 13px;
		color : silver;
	}
	.smaller {
		font-family: sans-serif;
		font-size: 12px;
		color : white;
	}
	.small {
		font-family: sans-serif;
		font-size: 11px;
		color : white;
	}
	A {
		text-decoration: none;
		color : #cc0000;
	}
	A:HOVER {
		text-decoration: underline;
		color : #00cc00;
	}
	A:visited {
		color : #990000;
	}

