@import url(DisinfoStyleGlobal.css);

body
{
	font-size: 12pt;
	font-family: Times, serif;
}



.Date
{
	font-size: 10pt;	/* For some reason, "Comic Sans MS" @ 10pt is same size as "Times" @ 12pt */
	text-align: right;
	font-family: "Comic Sans MS", "Comic Sans", "Comic";

	margin-top: 0;
	margin-bottom: 3em;

}


.EmptySpaceText
{
	font-style: italic;
	font-size: x-small;
}

/* Used to get the ALT text to appear in the handwriting-font. */
.HandwritingAtEnd
{
	font-size: 10pt;
	font-family: "Comic Sans MS", "Comic Sans", "Comic";
}



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

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

	width: 75%;
	text-align: left;	/* MSIE 5.5 */
	margin-left: 0;	/* CSS compliant browsers */
}




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


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

/* '93/'94 have same type of gap */
.ColumnLeft
{
	text-align : justify;
	/*
	margin : 0;
	padding-left : 1%;
	padding-right : 1%;
	*/

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

	float : left;
}

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

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

	float : right;
}



/***********
 * Entries *
 ***********/

.Entry:first-letter
{
	margin-left: 0.35em;
}

