/* Style sheet for ROS website - these styles override the styles in styles_default.html */ BODY { font-family: sans-serif; font-size:70%; background: #2F2FC7; } H1, H2, H3, H4, H5, H6 { font-family: sans-serif; text-align: left ; } H1 { font-size: 16pt; font-weight: bold; } H2 { font-size: 14pt; font-weight: bold; } H3 { font-size: 12pt; font-weight: bold; } H4 { font-size: 12pt; } .newsflash { text-align: center; color: red; } .centered { text-align: center; } IMG { border-width: 0; } A:link { color: #FFFF00 } /* unvisited link */ A:visited { color: #FFFFCF } /* visited links */ A:active { color: #FF2994 } /* active links */ /* Area specific formatting */ #content A:link { color: #FFFFFF } /* unvisited link */ #content A:visited { color: #FFFFC0 } /* visited links */ #content A:active { color: #FF2994 } /* active links */ /* Generic tables - these settings are used for the page layout tables */ TABLE { width: 100% ; border-collapse: collapse ; border: 0px; background-color: #2F2FC7 ; } TABLE TD { vertical-align: top ; padding: 0px; margin: 0px; } /* Content tables - these settings are used for 'body' tables within the content style */ #content TABLE { border-collapse: collapse ; border: 3px solid #2F2FC7; background-color: #2F2FC7; width: 95% ; color: navy; } #content TABLE TH { font-weight: bold margin: 5px ; border: 2px solid #2F2FC7; text-align: center; padding: 5px ; } #content TABLE TD { margin: 5px ; border: 2px solid #2F2FC7; padding: 5px ; } #content TABLE.layout, #content TABLE.layout TH, #content TABLE.layout TD { color: yellow; margin: 0px; border: 0px; padding: 4px; } #header { background-color: #2F2FC7; color: white; text-align: center; } #content { padding: 10px; background-color: #2F2FC7; color: yellow; text-align: left; background-image: "Images/ros_bg.gif"; } #menu { padding: 10px; background-color: #2F2FC7; color: white; text-align: right; font-size: xx-small; } #footer { font-family: serif; padding: 10px; background-color: #2F2FC7; color: white; text-align: center; }