1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
|
body{
background-color: #F5F5F5;
margin: 0px;
padding: 0px;
}
#header{
background-image: url('./imageswinter/logo_bg.gif');
height: 51px;
width: 100%;
}
#topbutton{
background-image: url('./imageswinter/button_bg.gif');
height: 20px;
width: 100%;
}
#maintable{
border: 1px solid #4B4B4B;
padding: 0px;
margin: 0px;
width: 95%;
}
#maindiv{
background-image: url('./imageswinter/site_bg.gif');
background-repeat: repeat-x;
background-color: #FFFFFF;
}
#tabletitle{
background-image: url('./imageswinter/cellpic.gif');
background-repeat: repeat-x;
}
#tablecat{
background-image: url('./imageswinter/catpic.gif');
background-repeat: repeat-x;
}
#tablea, #tableb{
border: 1px solid #FFFFFF;
}
#tablefc{
border: 1px solid #FFFFFF;
background-color: #F1F1F1;
}
#bg A:link, #bg A:visited, #bg A:active { COLOR: #000000; TEXT-DECORATION: underline; }
#bg A:hover { COLOR: #000000; TEXT-DECORATION: none; }
#tablea A:link, #tablea A:visited, #tablea A:active { COLOR: #000000; TEXT-DECORATION: underline; }
#tablea A:hover { COLOR: #000000; TEXT-DECORATION: none; }
#tableb A:link, #tableb A:visited, #tableb A:active { COLOR: #000000; TEXT-DECORATION: underline; }
#tableb A:hover { COLOR: #000000; TEXT-DECORATION: none; }
#tablecat A:link, #tablecat A:visited, #tablecat A:active { COLOR: #ffffff; TEXT-DECORATION: underline;}
#tablecat A:hover { COLOR: #ffffff; TEXT-DECORATION: none; }
#tabletitle A:link, #tabletitle A:visited, #tabletitle A:active { COLOR: #FAFAFA; TEXT-DECORATION: none; }
#tabletitle A:hover { COLOR: #FAFAFA; TEXT-DECORATION: underline; } |