body {
         background-image: url(images/background.jpg);
         background-position: left, top;
         background-repeat: no-repeat;
         background-attachment: fixed;
         background-color: #25505b;
         font-family: Verdana, Arial;
         font-size: 12px;
         color: #000000;
         margin-top: 10;
         margin-left: 10;
         margin-right: 10;
         margin-bottom: 10;
}

img, td, div { behavior: url(../iepngfix.htc) }

A:link {
         text-decoration: none;
         color: #20b2aa;
}

A:visited {
         text-decoration: none; 
         color: #20b2aa; 
}

A:active {
         text-decoration: none; 
         color: #FFFFFF;
}

A:hover {
         text-decoration: none;
         color: #FFFFFF;
}

.image  {
          border: 1px solid #000000

}


.small {
         font-size: 10px; 
         color: #fffff0; 
         font-family: verdana, arial;
}

.big {
         font-size: 26px; 
         color: #DDDDDD; 
         font-family: arial, verdana;
}

.text {
         font-size: 11px; 
         color: #fffafa;
         font-family: verdana, arial; 
}

.title {
         font-size: 12px; 
         color: #a2b5cb; 
         font-weight: bold; 
         font-family: arial, verdana; 
         filter: glow(color=000000, strength=1);
}

.header {
         font-size: 14px;
         color: #afeeee;
         font-weight: bold;
         font-family: arial, verdana; 
         filter: glow(color=000000, strength=1);
}

.date {
         font-size: 10px;
         font-style: italic;
         vertical-align:middle;
         color: #b0b0b0;
         font-family: verdana, arial;
         font-weight: bold;
}

td,li {
         font-size: 14px; 
         color: #d3d3d3; 
         font-family: verdana, arial;
}

u {
         font-size: 11px; 
         color: #bbffff; 
         font-family: verdana, arial;
}


.box  {
         background-image: url(images/text.png);
         background-repeat: repeat;
         padding:3px;
         border-color: #1b414c;
         border-width:1px; border-style:solid

}