/*
Design by ThePoshBox Web Design Studio
http://http://www.theposhbox.net/
Stylesheet for Zen Cart Entry Page 1
Do not remove any copyright or link information.
Please refer to the Terms and Conditions received.
*/


* {
	margin: 0px;
	padding: 0px;
}

body {
background-color: #d16fac;
background-image: url(images/bg3.jpg);
margin: 55px 100px 35px 100px;
font-family: 'Century Gothic', Arial, sans-serif;
font-size: 10px;
color: #000;
text-align: center;
font-weight: normal;
}

a {
color: #000;
text-decoration: underline;
outline: none;
}

a:link {
color: #000;
text-decoration: underline;
}

a:visited {
color: #000;
text-decoration:underline;
}

a:hover {
color: #ffffff;
text-decoration: underline;
}



