/*
 * genericthingstyle.css
 *
 * To be used for most of the things
 *
 * Could this be a Generic Jazz-thing? Some of Jazz's articles in SOJ have this style.
 */


body
{
	background-color: white;
	color: black;
}

/* Same as aaastyle.css */
H1
{
	font-size: 165%;
	text-align: center;
}


H2
{
	font-size: 140%;
	text-align: center;
}

/* Should I put P and P:first-letter here? */

.Author
{
	text-align: center;
	font-size: x-small;
	font-style: italic;
}

/* Not currently used in things that #include this file */
.ApologiesToStyle
{
	font-style: italic;
	font-size: small;
	font-weight: bold;
}


/* Currently used in Mr. Leap */
.ThePoem
{
	margin-left: 3em;
}



.ImageWithCaption
{
	margin: 1em 0em 1em 0em;

	text-align: center;

	margin-left: auto;
	margin-right: auto;
}

.ImageWithCaption .ImageCaption
{
	margin: 0.5em 0em 0.5em 0em;
}

.ImageWithCaption .ImageCaptionAtTop
{
	margin: 0.5em 0em 0.5em 0em;
}

.ImageWithCaption .ImageCaptionInMiddle
{
	margin: 0.5em 0em 0.5em 0em;
}


.ColumnLeft
{
	text-align : justify;
	width : 48%;
	float : left;

	/* margin-left: 1%; */

	/*
	margin : 0;
	padding-left : 1%;
	padding-right : 1%;
	*/
}

.ColumnRight
{
	text-align : justify;

	width : 48%;
	float : right;

	/* margin-right: 1%; */

	/*
	margin : 0;
	padding-left : 1%;
	padding-right : 1%;
	*/
}

.ClearFloat
{
	clear: both;
}
