
a:link { text-decoration: underline; color: blue;}
a:visited { text-decoration: underline; color: blue; }
a:hover { text-decoration: none; color: green; font-weight: normal;}
a:active { text-decoration: none; color: green; font-weight: normal;}

.redText { color: red;}

.bold { font-weight: bold;}


body { background: #EEEEEE url(./graphics/back.jpg) repeat scroll;}