BODY {
	background-color: #547594;
	background-image: url(back.jpg);
	background-repeat: repeat;
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
    color: white;
}

TABLE {
    padding: 5;
}

TD {
	font-family: Arial, Sans-Serif;
	font-size: 12pt;
	font-style: italic;
    border-style: solid;
    border-width:0;
    border-top-width: 2;
	border-color: white;
    padding: 5;
}

EM {
	font-weight: 600;
}

IMG {
    padding: 3;
}

/* proper order for the anchor psuedo styles: link,visted,hover,active */
A:link    { color: #E8DBCA }
A:visited { color:  #A7CBE1 }
A:hover { text-decoration: underline; background-color: #CCCCCC; color: #000000; }
A:active  { color: #999999 }}
