<!--main base color{  }
BODY {
	Background-color: #FFFFFF;
}
<!--right bar{  }
.table1 {
	Background-color: #FFFFF0;
}
<!--cat display table main site center{  }
.table2 {
	Background-color: #FFFFFF;
	border-width=1px;
	Border-color: #000000;
	border-style=solid;
}
<!--search background{  }
.table3 {
	Background-color: #FFC040;
}
<!--job display page second header{  }
.header{
	Background-color: #b8c977;
}

<!--job display page first header{  }
.cellhead{
	Background-color: #B52410;
}

 
<!--table heading{  }
.headline{
	color : #FFFFFF;
	margin-top : 2px;
	padding-bottom : 2px;
	margin-bottom : 2px;
	font-size : 16px;
	font-family : Verdana,Arial;
	font-weight: bold;
	text-align:center;	
}
<!--job display Heading color{  }

.head1 {
	color : #000000;
	margin-top : 3px;
	padding-bottom : 3px;
	margin-bottom : 2px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 12px;
	font-family : Verdana,Arial;
	font-weight: bold;
	text-align:justify;
}

<!--job display text color{  }
.text {
	color : #000000;
	margin-top : 3px;
	padding-bottom : 3px;
	margin-bottom : 2px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Verdana,Arial;
	text-align:justify;
}


<!--error text color{  }
.error {
	color : #FF0000;
	margin-top : 3px;
	padding-bottom : 3px;
	margin-bottom : 2px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 12px;
	font-family : Arial;
	font-weight: bold;
	text-align:center;
}

<!--Link Heading Color for Category {  }

.linkcat {
	color : #000000;
	margin-top : 3px;
	padding-bottom : 3px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 5px;
	font-size : 12px;
	font-family : Arial;
	font-weight: bold;
	text-decoration:underline;
}

<!--Link Heading Color for Sub Category {  }

.linksubcat {
	color : #000000;
	margin-top : 2px;
	padding-bottom : 2px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 5px;
	font-size : 10px;
	font-family : Arial;
	font-weight: normal;
	text-decoration:underline;
}
<!--Link Heading Color for City{  }
.linkcity {
	color : #000000;
	margin-top : 2px;
	padding-bottom : 2px;
	margin-bottom : 0px;
	margin-left : 5px;
	margin-right : 5px;
	font-size : 12px;
	font-family : Arial;
	text-decoration:underline;
}

<!--Link Heading Color for Pagination{  }
.linkpage {
	color : #000000;
	margin-top : 2px;
	padding-bottom : 2px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 5px;
	font-size : 12px;
	font-family : Arial;
	text-decoration:none;
}

<!--link text color{  }
a
{
margin-left : 10px;
	color : #000000;
	font-family : Verdana,Arial;
	text-align:justify;
}

<!--link text mouse over color{  }
a:hover
{
margin-left : 10px;
	color : #B52410;

}