/* news1.css */

	p, li  {
		font-size: 14px;
		font-family: "Times New Roman", Times, serif;
		padding: 0px 0px 6px 0px;
		margin: 0px 0px 0px 0px;
		line-height: 1.3em;
	}
	h1,h2,h3,h4,h5,h6 {
		font-family: "Times New Roman", Times, serif;
		color: black;
		padding: 12px 0px 6px 0px;
		margin: 0px 0px 0px 0px;
		line-height : 1.4em;
	}
	h3 { padding: 6px 0px 6px 0px; }
	h1 { font-size: 20px; }
	h2 { font-size: 18px; }
	h3 { font-size: 16px; }
	h4 { font-size: 14px; }
	h5 { font-size: 13px; }
	h6 { font-size: 11px; }
	
	pre {font-size: 13px;
		font-family: "Courier New", Courier, serif;
		line-height: 1.3em;
	}
	ul, ol { margin-top: 0px; margin-bottom: 3px; }
	.logo,  .logo a {
		text-decoration: none;
		font-size: 18px;
		font-family: arial, helvetica;
		font-weight: bold;
	}
	.logo a:hover { text-decoration: underline; }
	.logored {
		font-size: 18px;
		color: #CC3333;
		text-decoration: none;
	}
	.logoblue {
		font-size: 18px;
		color: #3333FF;
		text-decoration:none;
	}
	a {font-weight: bold; color: black; }

