


/*  This is the CSS code for KOS PHP  */

/* 
Include the following code in head of pages: 
  <link rel="stylesheet" type="text/css" href="stylesheet.css"/>  
*/

body 
{
background-color: #777777;
}


p
{
font-family: times, arial;
font-weight: bold;
color: #000000;
text-decoration: blink
} 


caption 
{
font-size: large; 
font-weight: bold
}


table
{
background-color: #888888
border: no
}


hr
{
color: #FFFFFF
}






