
/*===========================================================================*/
/* Stylesheet modifications to global-style.css stylesheet                   */
/* for use with Poetry pages                                                 */
/*===========================================================================*/

/*------ layout -------------------------------------------------------------*/

 .shell       { text-align:left; width: 960px; margin: 40px auto; background: #ffc6de }

 table        { border-collapse: collapse }
 th,td        { padding: 0; border-spacing: 0 }

 td           { text-align: left; vertical-align: top }
 td.xmasmenu  { text-align: center; vertical-align: middle;
                padding-bottom: 3px; width: 14%; background-color: #e0e0e0 }

 .indent20    { padding-left:  20px }
 .indent45    { padding-left:  45px } 
 .indent90    { padding-left:  90px } 
 .indent135   { padding-left: 135px } 

/*------ colors -------------------------------------------------------------*/

 .poetry-bg   { background: #ffc6de }
 
/*------ fonts --------------------------------------------------------------*/

 h2           { font: bold italic 1.4em georgia,'times new roman',times-roman,serif }
 .xmas1       { font: bold 0.8em tahoma,arial,sans-serif }
 .xmas2       { font: italic 1.0em georgia,'times new roman',times-roman,serif }
 .xmas3       { font: italic bold 1.4em tahoma,arial,sans-serif }
 .xmasmenu    { font: 0.8em tahoma,arial,sans-serif }

 .caption     { font:  0.9em 'times new roman','times-roman',georgia,serif }
 .footer      { font:  0.9em 'times new roman','times-roman',georgia,serif }
 .credit      { font: italic 0.9em 'times new roman',times-roman,georgia,serif }

/*------ links --------------------------------------------------------------*/

 a            { color: #840000 }
 a:link       { color: #0000ff }
 a:visited    { color: #800080 }

 