/* CASCADE STYLE SHEET FOR COMMON STYLE */

/* BASEMENT STYLE DEFINITION */
B { font-weight: 600 }
STRONG { font-weight: 900 }

/* DEFAULT LINK STYLE DEFINITION */
A:link { text-decoration: none }
A:visited { text-decoration: none }
A:hover { color: #000000; background: #dddddd; text-decoration: underline }
A:active { text-decoration: none }

/* BACK WHITE LINK STYLE DEFINITION */
A.bw:link { text-decoration: none }
A.bw:visited { text-decoration: none }
A.bw:hover { color: #00ffff; background: #ffffff; text-decoration: none }
A.bw:active { text-decoration: none }

/* BACK WHITE LINK STYLE DEFINITION */
A.bw:link { text-decoration: none }
A.bw:visited { text-decoration: none }
A.bw:hover { color: #00ffff; background: #ffffff; text-decoration: none }
A.bw:active { text-decoration: none }

/* FOOTER WHITE LINK STYLE DEFINITION */
A.footer:link { color: #0000ff; text-decoration: none }
A.footer:visited { color: #0000ff; text-decoration: none }
A.footer:hover { color: #000000; background: #dddddd; text-decoration: underline }
A.footer:active { text-decoration: none }