/* A CSS Framework by Mike Stenhouse of Content with Style */

/* these styles apply to screen grab popup windows only */



/* TYPOGRAPHY */
	body {
		text-align: left;
		font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
		color: #333;
		margin: 0;
		background: url("../images/page/screengrab_gradation.gif") repeat-y;
		}

	

	img {
		border: 0;
		margin: 0.2em 0 0 0;
		}

	
/* LINKS */
	a,
	a:link 
	a:active {
		color: #0a50ff;
		}

	a:visited {
		color: #1a3b95;
		background-color: transparent;
		}

	a:hover {
        color: #0a50ff;
		text-decoration: underline;
		}

/* END LINKS */
	

/* TEXT */
	p {
		font-size: 0.9em;
		margin: 0.6em  0 0.5em 1em;
		padding: 0;
		line-height:1.3;
		}



/* END TEXT */
	


