/* CSS Document */
/* for www.byteriders.co.uk */
/* autor: Aneta */
/* last updated:28/02/2005 */ 
body {
	background-color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000}

.style1 {
	color: #336699;
	font-weight: bold;
    }
.style2 {	font-size: 18px;
	font-weight: bold;
    }
.link a {    color:#006666;
       font-weight: bold;
       text-decoration:none;
	   font-size:12px;
	   
   }
.link a:hover{
   color:#CCCCCC;
   background-color: #006666
   }

.link1 a {    color:#003399;
       font-weight: bold;
       text-decoration:none;
	   font-size:14px;
	   
   }
.link1 a:hover{
   color:#CCCCCC;
   background-color: #003399
   }
   
.link2 a {    color:#003399;
       font-weight: bold;
       text-decoration:none;
	   font-size:10px;
	   
   }
.link2 a:hover{
   color: #000000;
   background-color: #FFFFFF
   }
   
