/*
S.A.S's Guide to Counter Strike Stylesheet
================================
Author - Scott Grenney aka S.A.S
SAS@barrysworld.com
================================
*/


  A:link {
    text-decoration : none;
    color: #ffcc66;
    }

  A:visited {
    text-decoration : none;
    color: #ffa500;
    }

  A:active {
    text-decoration : none;
    color: #c0c0c0;
    }
  
  A:hover {
    text-decoration : underline;
    color: #c0c0c0;
    }

   A.link2 {
    text-decoration : none;
    color: #FF0000;
    } 	

   A.link2:visited {
    text-decoration : none;
    color: #ffa500;
    }

        BODY {
        background-color : #000000;
  	}


  Body, TD, P, li, ul {
  	font-family : Arial;
	font-size : 12px;
        color : #000000;
        font-style : normal;
	}

  .mainheading {
	font-family : Arial;
	font-size : 18px;
      	color : #FF0000;
     	font-style : bold;
   	}

  .smallheading {
	font-family : Arial;
	font-size : 18px;
      	color : #008080;
     	font-style : bold;
	}

  .news {
	font-family : Verdana;
	font-size : 11px;
      	color : #000080;
     	font-style : normal;
	}

  .welcome {
	font-family : Verdana;
	font-size : 10px;
      	color : #FFFFFF;
     	font-style : bold;
	}

   .rightmenus {
	font-family : Verdana;
	font-size : 11px;
      	color : #FFFFFF;
     	font-style : normal;
	}

    .leftmenu {
	font-family : Verdana;
	font-size : 13px;
      	color : #FFFFFF;
     	font-style : normal;
	}

    .leftmenusmall {
	font-family : Verdana;
	font-size : 10px;
      	color : #dcdcdc;
     	font-style : normal;
	}

<!-- Dark orange: ffa500, Lighter Orange: ffcc66, red used before: ff6347 -->

