/* http://members.shaw.ca/peacepoppies/peacepoppies2.css */
/* use: <link rel="stylesheet" href="peacepoppies2.css" type="text/css"> */

/* CSS class navbar for Navigation bar table border; navbar_act: active element grey background */
.navbar    { font-family:arial,helvetica,"sans serif";  }  /* */
/* p.navbar      { font-family:arial,helvetica,"sans serif"; font-style:italic; }  /* */
/* table.navbar  {  border-collapse:collapse; } /* */
td.navbar     {  padding:5px;  border:5px solid black;  } 
td.navbar_act { border:1px solid black;padding:5px; background-color:#E0E0E0; } 

/* Prevent bootstrap.css from making horizontal rule white */
.hr_black { height: 2px; border-color: black; width: 90%}

/* Copied from bootstrap.css: links are blue, change color and underline on mouse-over */ 
a {color: #0088cc; text-decoration: none;}
a:hover {color: #005580; text-decoration: underline;}
