/************************************************************
**
** Styles. for artechra.com / eoinwoods.info
**
************************************************************/

/* Basic styles for all text in the body of the document */
body
{
   font-family: Arial, Helvetica, sans-serif; 
   color: #10147D ; 
   background-color: #ffffff ;
}
p {  font-size: 10pt ; text-align: justify; } /* Put in to implement the ignored items from the body tag */
li {  font-size: 10pt ; text-align: justify; margin-bottom: 0.25em; } /* Put in to implement the ignored items from the body tag */
p#make_poverty_history { font-size: 10pt; font-style: italic; text-align: center;}
th {  font-size: 10pt ; }
td {  font-size: 10pt ; }
h1 { font-size: 14pt; font-weight: bold; }
h2 { font-size: 12pt;  font-style: italic; }
h3 { font-size: 11pt; }
em { font-weight: bold;}
#colour-em {  font-weight: bold; font-style: italic; color: #DE8703;  } ;

/* Border settings for the tables we use for layout */
table { border: 0px; }
tr { border: 0px; }
td { border: 0px; }

/* Link formatting to indicate visited, hover etc. */
a:link { color: #4A4A7D; font-weight:bold; text-decoration: none; }
a:visited { color: #4A4A7D; text-decoration: none; }
a:hover, a:active { color: #FE942F; text-decoration: none; }

/* Some specific formatting needed for individual elements */
img.right_float_img { float: right; margin-left: 10px; border-width: 0px; } /* Images on the book page */

/* Styles for the header box at the top of each page */
td.header_box { border-style: solid; border-bottom-width: 3px;  color: #10147D; }
img.right_logo { float: right; right:  20px; top: 45px; border-width: 0px;}
img.left_logo { float: left; left: 20px; top: 15px;  border-width: 0px;}

/* Styles for the footer box at the bottom of each page */
td.footer_box { border-style: solid; border-top-width: 3px;  color: #10147D;}
p.footer { text-align: center ;  font-size: 9px ; color: #10147D;}

/* Styles for the left hand menu */
td.menu_box { border-style: solid; border-right-width: 1px;  color: #10147D;}
a.menu_item:link, a.menu_item:visited, a.menu_item:link:hover, a.menu_item:link:active
{
   font: 13px Arial, Helvetica, sans-serif; 
   color: #10147D ; line-height: 1.3em ; 
}