/* CSS Document Site style definitions for printing*/

@import url('site.css');

body {	margin: 0px 0px 0px 0px; } /* remove window margins*/

a:link {text-decoration:none;}   /* Don't underline links*/

.loginmenu	{display: none; }  /* hide the login details from the top line*/

.menu_area	{display: none; }  /* hide the menus*/

.flagcell { border-right: 30px solid #D7303c; background-image: none; } /* force a big border instead of the flag pole*/

.screen	{display: none; }  /* hide stuff normally displayed on the screen*/ 
.print {display: inline; }  /*and display the print version stuff*/

.tablebar {background: white; color: #E24141; font-size: 1.0em; font-weight: bold; } /* make table headings readable if no background */
.tablebar a:link 	{color: #E24141; text-decoration: none; }
.tablebar a:visited 	{color: #E24141; text-decoration: none; }
