home *** CD-ROM | disk | FTP | other *** search
- body {
- font-size: 75%;
- font-family: Tahoma, Arial, Helvetica, Sans-Serif;
- color: #CC6600;
- line-height: 150%;
- background: #660000;
- margin: 0px;
- padding: 0px;
- min-width: 750px;
- }
-
- a,
- a:link,
- a:visited,
- a:active {
- color: #FF9900;
- text-decoration: underline;
- }
- a:hover {
- color: #FFCC00;
- background: #9F5000;
- }
-
- .header{
- background: white url('images/bg_header.png') top left;
- height: 80px;
- }
-
- h1 {
- color: #FFCC00;
- }
-
- .title p{
- color: #CC6600;
- }
-
-
- .box p{
- padding-bottom: 10px;
- }
-
- .box a,
- .box a:visited{
- display: block;
- width: 220px;
- height: 120px;
- overflow: hidden;
- border: 6px solid #8A4500;
- margin-bottom: 5px;
- }
- .box img{
- filter: Alpha(Opacity=50);
- }
- .box a:hover{
- border: 6px solid #FFFF00 !important;
- }
- .box a:hover img{
- filter: Alpha(Opacity=100) !important;
- }
- .box a.active{
- border: 6px solid #FF9900;
- }
- .box a.active img{
- filter: Alpha(Opacity=80);
- }