/* CASCADE STYLE SHEET FOR Common Style */

/* BASEMENT STYLE DEFINITION */
A.news:link { color: #ffff00; text-decoration: none }
A.news:visited { color: #ffff00; text-decoration: none }
A.news:hover { color: #00aa00; background: #bbffbb; text-decoration: underline }
A.mail:link { color: #ff9999; text-decoration: none }
A.mail:visited { color: #ff9999; text-decoration: none }
A.mail:hover { color: #ccff66; text-decoration: underline }
A.icon:link { color: #ff9999; text-decoration: none }
A.icon:visited { color: #ff6666; text-decoration: none }
A.icon:hover { color: #ffff00; background: #f2adb2; text-decoration: underline }
A.sub:link { color: #ffddaa; text-decoration: none }
A.sub:visited { color: #ffddaa; text-decoration: none }
A.sub:hover { color: #00aa00; background: #bbffbb; text-decoration: underline }
B { font-weight: 900 }
STRONG { font-family: "Arial Black","Chicago",sans-serif }

/* FORM STYLE DEFINITION */
.contactInput { width: 280; color: #556677; background-color:#ddeeff; border-color: #aabbcc; border:1; border-style:inset }
.contactArea { width: 280px; height: 100px; color: #556677; background-color:#ddeeff; border:1; border-style:inset; border-color: #aabbcc }
.send { background-color:#ffcc99 }
.contactButton { color: #334455; background-color:#ddeeff }

/* IMAGE STYLE DEFINITION */
.fL { float: left; padding-right: 0.2em; padding-bottom: 0.3em; border: none }
.fR { float: right; padding-left: 0.2em; padding-bottom: 0.3em; border: none }
