@import url(http://www.ctlow.ca/GenericLow.css); 

/* cps.css (C) 2003-2011 -ctlow - 2011-12-24
 -colours: #ddddff, navy, #efffef */ 

BODY { background: #ddddff; } 

DIV.main { background: #efffef; 
  border: medium groove navy; } 
DIV.titular { float: right; text-align: right; width: 15%; font-size: x-small;  } 
/* redundant - remove titular from HTML */ 

H2, H4 { color: navy; } 
H2 { border-bottom: thick solid navy; } 

A:link { color: blue; background: #bbccdd; }          
A:visited { color: red; background: #bbccdd; }        
A:active { color: black; background: yellow; }        
A:hover { color: #bbccdd; background: blue; } 

SPAN.linkbar { color: black; font-size: x-small; 
  background-color: #bbccdd;
  text-align: center; } 
SPAN.linkbar EM { font-style: normal; 
  color: maroon; font-variant: small-caps; } 
/* change HTML to P's */ 

P.toplink { border-bottom: medium solid navy; } 
P.up { border-bottom: thin solid maroon; } 

P.bot { border-bottom: medium solid maroon;}
P.signit { text-align: center; } 
/* could change latter to H5? */ 

TABLE { border: medium ridge maroon; }
TD { border: thin solid maroon; padding: 1pt 3pt; } 

TR.first TD { font-weight: bold; text-align: center; }
