/* 2016-01-23 ctlow.css (C) ctLow 2016 -colours: maroon, maroon, #ddeeff, blue */ 

@import url(GenericLow.css);

BODY { background: maroon; } 

DIV.main { background: #ddeeff; 
 border: medium groove blue; margin-left: 3%; margin-right: 3%; } 

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

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

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

P.botlit { padding-bottom: 0.25em; border-bottom: thin solid maroon; } 
P.botmed { padding-bottom: 0.5em; border-bottom: medium solid blue; } 
P.botbig { padding-bottom: 1em; border-bottom: thick solid maroon; }
