﻿table.links {background-color: white;
					text-align: center;
					vertical-align: middle;
}



table.links tr td	 a{background-image: url(images/bullet.gif);
							background-repeat: no-repeat;
							background-position: left center;
									border: none;
							padding-left: 23px;
}

table.links tr td a:link {color: black;
									font-weight: bold;
									text-decoration: none;
									}

table.links tr td a:hover {color: #006633;
										font-weight: bold;
										text-decoration: none;
										} 
table.links tr td a:visited {color: black;
									font-weight: bold;
									text-decoration: none;
									}

