/* 16 predefined colors:black,lime,purple,silver,green,blue,red,aqua,
   navy,maroon,yellow,teal,gray,olive,fuchsia,white*/

body,div#kco,div#cop
		{
		font-family: "Courier New", Courier, monospace; 
		font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-family: "Times New Roman", Times, serif;
		font-size:16px;
		font-weight:bold;
		color:black;
		/*...new */
		background:url(decor/marb165.jpg) repeat; 
		/*background:url(funk/brushed_aluminium3.jpg) repeat; 
		/*padding: 2em 0px 1px 5%;*/
		}
		
div#kco
    {
		color: #0000cc;
		font-family:courier;
		}

SPAN.kco {color: #0000cc;font-family:system;}
SPAN.kco1 {color: #0000cc;font-family:system;background-color:yellow}

div#jco
    {
		color: #993333;
		font-family:system;
		}
		
div#cop
    {
		color: navy;
		text-align: left;
		}
/*...new */
SPAN.mtm {color: navy;}
SPAN.ell {color: #ffff00;}

SPAN.sam {color: #990000;font-size: 16px;text-decoration:underline;}
SPAN.equ {color: black;font-size: 18px;margin-left: 15px;}
SPAN.spe {color: #003399;font-size: 20px;}			

SPAN.sml {font-size:14px;word-spacing:0.4em;letter-spacing:0.2em;margin-left:0%;margin-top:20px;background-color:black;color:white;}
/* SPAN.hdl {font-size:14px;word-spacing:0.4em;letter-spacing:0.2em;background-color:black;color:white;} */
SPAN.hdl {font-size:14px;word-spacing:0.4em;letter-spacing:0.2em;color:white;}

SPAN.mag {background-color:black;color:white;}

tbody,th,td
     {
		  font-family:Courier;
		  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
      font-family: "Times New Roman", Times, serif;
		  padding: 0;
			border: 0.2em;
      margin: 0;
		  /*border: 1px solid #ffffff;*/
      vertical-align: middle;
			font-weight: normal;
			text-align: left;
			border-style:solid;
			border-color:#ffffcc;
			}

h2 {
   color: #ffff33;
	 margin-left: 4%;
	 }
	 
div#smli
   {font-size:14px;word-spacing:0.4em;letter-spacing:0.2em;margin-left:0%;margin-top:20px;color:#00cc99; width: 100%;}
			
div#mainp
    {
		margin-top:35px;
		/*background-color:black;*/
		color:white; 
		width: 55.9%;
		float: left;
		/*font-size: 8px;*/
		font-weight: bold;
		/*repeat means repeat-y and repeat-x, ie both dimensions*/
		background: repeat url(funk/DSCF0484.jpg);
		/*height must be 100%, if we want have the pic filled
		until the bottom !! */
		height: 100%;
		}

div#sidep
   {
	 margin-top:35px;
	 margin-left:1%;
	 width: 41%;
	 float: left;
	 height: auto;
	 /*background-repeat:repeat;*/
	 /*border-left: 1px solid black;*/
	 /*border: 3px double navy;*/
   }


