ul.RESULTS
{
   padding-top:.1em;
   line-height:normal;
   margin-right:1em;   
   margin-left:0px;
   padding-left:0px;
}

ul.RESULTS li 
{
   padding-bottom: 1em;
   align:center;
   text-align:justify;
   font-family:Arial,Helvetica,Sans-Serif;
   font-size:13.33px;
   list-style-type:none;
   
}


.homeHead{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
}

/* Spans the results Previous  Next text */
.pagination
{

}


.TOTALRESULTS 
{
   position: relative;

}

/* This class spans the text "Sort Results: relevance - date" */
.sortby 
{
   text-align: right;
   font-size: 13px;
   font-family:Arial,Helvetica;
   font-weight:400;
}


/* this spans the query text upon a search */
/* EX:  X jobs in Y */
.QUERYTEXT 
{
   font-size: 13px;
   font-family:Arial,Helvetica;
   font-weight:400;
}


/* this spans the text: */
/* Displaying jobs X to Y of Z total */
.NRJOBS 
{
   font-size: 13px;
   font-family:Arial,Helvetica;
}


/* This spans the location and company for */
/* each search result */
.tabletitle   
{
   font-family:Arial,Helvetica,Sans-Serif;
   font-size:   13px;
   
}


/* This spans the source name of where the job is */
/* hosted, i.e Monster, Craigslist */
/* along with the age of the posting */
.SOURCE
{
   color:green;
}

The search results hyperlink to each job    
a.RESULTSURL
{
   font-family:Arial,Helvetica,sans-serif;
   font-size:9.33px;
   font-weight:900;
   text-decoration:underline;
   
}   

