/* ************************************************************************************** */ body { color: rgb(0%, 0%, 0%); background-color: rgb(100%, 100%, 100%); background-image: url(/image/background.jpeg); background-position: top left; background-repeat: repeat-y; font-family: verdana, arial, sans-serif; } .center { text-align: center } .left { text-align: left } .justify { text-align: justify } table { font-family: verdana, arial, sans-serif; } p { text-align: justify; } /* *********************** Style for table-based navigation bar ************************* */ td.nav { background-color: rgb(0%, 25%, 50%); text-align: center; } td.sel { background-color: rgb(0%, 50%, 75%); text-align: center; } a.nav { color: #dddddd; font-weight: bold; font-size: small; text-decoration: none; font-family: verdana, sans-serif; } a.plain { text-decoration: none; font-family: verdana, sans-serif; color: blue; background-color: transparent; } /* *************************** Style for simple text links ****************************** */ p.text-link { color: black; background: transparent; font-size: smaller; text-align: center; font-family: verdana, sans-serif; } a.text-link { color: blue; background: transparent; text-decoration: none; font-family: verdana, sans-serif; } a.text-link:link, a.text-link:visited { color: blue; background: transparent; text-decoration: none; font-family: verdana, sans-serif; } a.text-link:active, a.text-link:hover { color: red; background: transparent; text-decoration: underline; font-family: verdana, sans-serif; } /* ************************************************************************************** */