@import url(DisinfoStyleGlobal.css);

body
{
	font-size: 9pt;
	font-family: Times, serif;
	background-color: pink;	/* Note: It is recommended that to save ink, pink paper is to be used when printing this. */
}


/*
.biggergap
{
	margin: 2em;
}
*/


/*******
 * HRs *
 *******/

HR
{
	/* TODO: Replace with ---s for (see wacko.PACMAN-HR). */
	border-style: dashed none none none;
	color: black;	/* Needed for MSIE 5.5 */

	margin-bottom: 1.7em;	/* Most HRs have extra space below */
	margin-top: 0.5em;
}



/***********
 * Columns *
 ***********/


/* I think that CSS3 might have a better way of doing columns */

.ColumnLeft
{
	text-align : justify;
	/*
	margin : 0;
	padding-left : 1%;
	padding-right : 1%;
	*/

	width : 38.4%;
	margin-left: 7.25%;

	float : left;
}

.ColumnRight
{
	text-align : justify;
	/*
	margin : 0;
	padding-left : 1%;
	padding-right : 1%;
	*/

	width : 38.4%;
	margin-right: 7.25%;

	float : right;
}

