/* Global Styles */

body {
	margin:0px;
	}
	
a {
	color: #B72CC5;
	}
	
a:hover {
	color: #7F42D6;
	}
a:hover {
	text-decoration: none;
}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #D6CEDE;
	}
	
#navigation a {
	color: #B72CC5;
	text-decoration: none;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	background-image: url(../imgT_hm/heartmag.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0%;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 15px;
	}
	
#navigation a:hover {
	color:#7F42D6;
	background-image: url(../imgT_hm/heartvil.jpg);
	background-repeat: no-repeat;
	background-position: 5px 30%;
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9554DE;
}
a:active {
	text-decoration: none;
	color: #7F42D6;
}

