@media screen{
	* {
		font-family: georgia;
		font-size: 12px;
		line-height: 21px;
		letter-spacing: 0.25px;;
	}
	p {
		padding-bottom: 10px;
		margin: 0px;
	}
	
	p.leftcol {
		float: left;
		width: 50%;
		padding-bottom: 10px;
		padding-right: 10px;
	}

	p.rightcol {
		padding-bottom: 10px;
		margin: 0px;
	}
	
	p.clearcols {
		padding-bottom: 10px;
		clear: left;
	}
	
	h2 {
		font-size: 15px;
	}
	
	.bodytext {
		padding-bottom: 10px;
	}

	div.csc-header h1, .lafos_hiddenmap_h3 {
		font-size: 19px;
		line-height:23px;
		padding-bottom: 10px;
	}

	a {
		color: #58a618;
		text-decoration: none;
		font-style: italic;
	}

	ul {
		list-style-image: url(../gfx/ul.gif);
		margin: 0px 0px 0px 25px;
	}

	ul.no_listImage {
		list-style-image:url();
	}
}
