css example of syntax format
selector 
	{
	property1:value;
	}


body	
	{
	color:#666666;
	background-image:url(images/greyback.jpg);
	background-color:#c0c0c0;
	}

p
	{
	text-align:justify;
	}

h3	
	{
	color:#ff6600;
	}

h4
	{
	color:#0077cc;
	}

h6
	{
	color:#0077cc;
	}

#it
	{
	font-style:italic;
	}
#bd
	{
	font-weight:bold;
	font-size:11px;

	}
#link
	{
	font-weight:bolder;
	font-size:small;
	color:black;
	}
table
	{
	border-style:none;
	background-color:white;
	font-family:verdana;
	font-size:11px;
	}
#nb
	{
	border-style:none;
	}
#solid
	{
	border: thin solid #B6D7E6;
	}
#blc
	{
	border-left-color:#c0c0c0;
	border-left-width:thin;
	border-left-style:dotted;
	border-top-style:none;
	border-right-style:none;
	border-bottom-style:none;
	}
#wt
	{
	color:#333333;
	font-size:11px;
	}
#just
	{
	text-align:justify;
	}
	

td.cpten 
	{
	padding: .25cm;
	}
td.cpfive 
	{
	padding: .125cm;
	font-size:12px;
	background-image: url(images/bar.jpg);
	background-repeat: repeat-x;
	}



a.rollover:link 
	{
	color: #1A37AF;
	text-decoration: none; 
	}
a.rollover:active 
	{
	color: #1A37AF;
	text-decoration: none;  
	}
a.rollover:visited 
	{
	color: #1A37AF;
	text-decoration: none; 
	}
a.rollover:hover 
	{
	text-decoration: underline;
	color: #1A37AF;
	}
	
	.livechatlink
{
display:none;	
}
