/*
Design by ThePoshBox Web Design Studio
http://http://www.theposhbox.net/
Entry Stylesheet
For:  Moments in Time by Mickey
URL:  http://momentsintimebymickey.com/
Do not remove any copyright or link information.
Please refer to the Terms and Conditions received.
*/


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

body {
background-color: #fbc5d6;
background-image: url(images2/bg1.jpg);
margin: 50px 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: none;
outline: none;
}

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

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

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


