#hl table {
	width : 100%;
	border-width : 1px;
	border-style : solid;
	border-spacing : 1px;
	margin : 7px 0px;
}

#hl td { padding : 5px; }

#hl span { color:#ffffff; line-height: 1.1em; text-shadow: 3px 3px 3px dimgray;}

/* title link */
#hl .t_link a:link { color: #ffffff; }
#hl .t_link a:visited { color: #ffffff; }
#hl .t_link a:hover { color: #666666; }
#hl .t_link a:active { color: #000000; }

/* wp purple */

#hl .purple table{ background-color : #F4ABE9; border-color : #B53492; margin : 20px 0px 7px 0px;}
#hl .purple table td { background : #B53492 url('http://code-g.com/wp-content/themes/mandigo/headline/head_purple.jpg') repeat-x; }

/* web orange */

#hl .orange table { background : #FFD7A6; border-color : #FFBA2C; }
#hl .orange table td { background : #FFBA2C url('http://code-g.com/wp-content/themes/mandigo/headline/head_orange.jpg') repeat-x; }

/* internet teal */

#hl .teal table { background-color : #91FDDF; border-color : #00BA9D; }

#hl .teal td { background : #00BA9D url('http://code-g.com/wp-content/themes/mandigo/headline/head_teal.jpg') repeat-x; }

/* enterprise red */

#hl .red table { background : #F89799; border-color : #B31706; }

#hl .red table td { background : #B31706 url('http://code-g.com/wp-content/themes/mandigo/headline/head_red.jpg') repeat-x; }

/* hard green */

#hl .green table { background : #C1F897; border-color : #4CB306; }

#hl .green table td { background : #4CB306 url('http://code-g.com/wp-content/themes/mandigo/headline/head_green.jpg') repeat-x; }

/* soft pink */

#hl .pink table { background : #FFA1C9; border-color : #C92155; }

#hl .pink table td { background : #C92155 url('http://code-g.com/wp-content/themes/mandigo/headline/head_pink.jpg') repeat-x; }