/* Footer Link Rengi */
body {
	color: #FFFFFF;
	background-image: url(images/lovebg.png);
	background-repeat: repeat-x;
}
a {
	color : #FFFFFF;
	
	text-decoration : none;
}
a:hover {
	color : #FFFFFF;
	
	text-decoration : underline;
}
a.side {
	color : #000000;
	font-weight:bold;
	text-decoration : none;
}
a:hover.side {
	color : #CC0001;
	text-decoration : none;
}
a.white, li.white a {
	color: #ddd;
	text-decoration: none;
}

a:hover.white, li.white a:hover {
	color: #ddd;
	text-decoration: underline;
}

form {
	margin : 0px;
}
