
body    { color: maroon; background-color: #ffc; font-size: 1em; font-family: verdana; font-style: inherit; text-align: justify; }

/*
Note: a:hover MUST come after a:link and a:visited in the CSS definition in order to be effective!!

Note: a:active MUST come after a:hover in the CSS definition in order to be effective!!

Note: Pseudo-class names are not case-sensitive.
*/

a:link  { color: #800000 }
a:visited { color: red }
a:hover { color: maroon }
a:active { color: red }
table { color: maroon; font-size: 1em; font-family: verdana }
td { color: maroon; font-size: 12px; font-family: verdana }
h1 { color: maroon; font-size: 2em; font-family: verdana; font-weight: bold; margin: 0.67em 0; }
h2 { color: maroon; font-size: 1em; font-family: verdana; font-weight: bold; margin: 0.83em 0; }
h5 { color: maroon; font-size: 0.83em; font-family: verdana; font-weight: bold; margin: 1.67em 0; }
.c1Main { background-color: yellow; }
.c1Subb { background-color: lime; }
