
/* use this statement to put a background image: body {background-image: url("w_background.jpg")}   */
/*******************************************************/
/*                                                     */
/* Examples:                                           */
/* ---------                                           */
/* letter-spacing:0.3em                                */
/* text-align:center                                   */
/* text-indent:7em                                     */
/* font-size:34                                        */
/* font-family:narkisim                                */
/* font-style:italic                                   */
/* font-weight:bold                                    */
/* font-weight:900                                     */
/* text-transform:capitalize                           */
/* *****************************************************/


/*********************************/
/* c1 - simple tahoma 10 (navy)   */
/*********************************/

    .c1 {
    font: 10pt tahoma ;
    letter-spacing:0.05em ;
    text-align: left ;
    color: navy
    }


/*********************************/
/* c2 - bold tahoma 15 (navy)   */
/*********************************/

    .c2 {
    font: 15pt tahoma ;
    letter-spacing:0.05em ;
    text-align: center ;
    font-weight: bold ;
    color: navy
    }


/*********************************/
/* c3 - bold tahoma 20 (navy)   */
/*********************************/

    .c3 {
    font: 20pt tahoma ;
    letter-spacing:0.05em ;
    text-align: center ;
    font-weight: bold ;
    color: navy
    }




/*********************************/
/* c4 - bold tahoma 30 (navy)   */
/*********************************/

    .c4 {
    font: 30pt tahoma ;
    letter-spacing:0.05em ;
    text-align: center ;
    font-weight: bold ;
    color: navy
    }

































/*********************************/
/* img1 - image with opacity     */
/*********************************/

    .img1 {
    FILTER: alpha(finishopacity=0, style=2)" WIDTH="71" HEIGHT="33"
    SRC="knight_in_armour.gif" ALT="image transperancy" BORDER="0"
    }



/*********************************/
/* img2 - image with opacity     */
/*********************************/

    .img2 {
    FILTER: alpha(finishopacity=0, style=2)
    }


/*********************************/
/* spec1 - special effects       */
/*********************************/

    .spc1 {
    font: 10pt arial ;
    font: bold ; 
    color: E3DAC6
    }


/*********************************/
/* t2 - table type 2             */
/*********************************/


    .t2 {
    FONT-SIZE: 9pt;
    MARGIN-LEFT: 0px;
    background:#FFFFFF;
    color: #000000; 
    border-style: solid;
    BORDER-COLOR:navy;
    border-width: 1
    }

    .t3 {
    FONT-SIZE: 9pt;
    MARGIN-LEFT: 0px;
    background:silver;
    color: silver; 
    border-style: solid;
    BORDER-COLOR:navy;
    border-width: 1
    }

    .t4 {
    FONT-SIZE: 9pt;
    MARGIN-LEFT: 0px;
    background:silver;
    color: navy; 
    border-style: solid;
    BORDER-COLOR:navy;
    border-width: 1
    }

    .t5 {
    color: navy
    FONT-SIZE: 20pt;
    MARGIN-LEFT: 0px;
    border-style: none;
    BORDER-COLOR:#73AAF0;
    }

    .t6 {
    color: white
    background: navy;
    text-decoration=none underline overline;
    font-size=110%;
    font-family:alexandrah arial;
    }

    .s1 {
    scrollbar-face-color: navy;
 
    }



