/* Default page style */ body { background-color: #FFFFFF; background-image: url('./image/body_wall.png'); margin-top: 0px; margin-bottom: 0px; margin-left: 25px; margin-right: 0px; font-family: Arial; font-size: 11pt; color: #111111; } a:link { text-decoration: underline; color: #0000C0; font-family: Arial; font-size: 11pt; } a:visited { text-decoration: underline; color: #0000C0; font-family: Arial; font-size: 11pt; } a:active { text-decoration: underline; color: #0000C0; font-family: Arial; font-size: 11pt; } a:hover { text-decoration: none; color: #C00000; font-family: Arial; font-size: 11pt; background-color: #C0C0C0; } .title { font-family: Arial; font-size: 18pt; font-weight: bold; color: #AE6F00; } .content { position:absolute; padding-top: 0px; padding-right: 0px; padding-left: 0px; margin-left: 8px; margin-right: 8px; width: 680px; } p { text-indent: 30px; } .con { background-color: #ff6600; text-indent: 0px; padding-left: 2px; font-family: Arial; font-size: 11pt; font-weight: bold; color: #111111; } .date { background-color: #ff6600; padding-top: 2px; padding-right: 2px; padding-left: 2px; text-indent: 0px; font-family: Arial; font-size: 8pt; color: #241600; float: right; } .non { text-indent: 0px; } .footer { position:bottom; right: 5px; text-align: right; font-family: Arial; font-size: 8pt; color: #808080; } table { font-family: Arial; font-size: 11pt; } /* manual style */ a.manual:link { text-decoration: none; color: #111111; font-family: Arial; font-size: 11pt; } a.manual:visited { text-decoration: none; color: #111111; font-family: Arial; font-size: 11pt; } a.manual:active { text-decoration: none; color: #FF0000; font-family: Arial; font-size: 11pt; } a.manual:hover { text-decoration: none; color: #FFFFFF; font-family: Arial; font-size: 11pt; background-color: #CE0000; } #dropmenudiv { position: absolute; background-color: #BEDC7E; border: 1px dotted #695E1F; border-bottom-width: 0; font:normal 11pt Arial; line-height: 14pt; z-index: 1; } #dropmenudiv a { width: 100%; display: block; text-indent: 3pt; border-bottom: 1pt dotted #695E1F; padding: 1px 0; text-decoration: none; } /*hover background color*/ #dropmenudiv a:hover { background-color: #CE0000; }