@import url(default_pages.css);

/* ============================================== */
/* ============== Page Contents ================= */
/* ============================================== */

div.leftcol
{
 float : left; 
 margin-right : 0.5em;
 margin-top : 1em;
 margin-bottom : 2em;
 width : 170px;
 /* align : left;	does not exist */
}

div.leftcol span 
{
 line-height : 200%;
}

div.rightcol
{
 float : right; 
 margin-left : 1.5em;
 margin-top : 1em;
 margin-bottom : 2em;
 width : 170px;
 /* align : right;	 does not exist!! */
}

div.rightcol span 
{
 line-height : 200%;
}

span.placename
{
 font-style : italic;
 font-size : larger;
}
