/* CSS for Mom's Place */

/* This is the external cascading style sheet */

body 
{background-image: url(sand.gif); color: #3200cc}

/* Use later
	
	background-repeat: no-repeat; background-attachment: fixed;
	background-position: 50% 50%} */

H1, H2, H3, H4, H5, H6 {font-family: arial, helvetica, sans-serif}

hr {color:crimson}

A:hover {
	color:#990033;
	text-decoration: underline;
}
a:link {
	font-weight: bold;
	color: #339900;
}
a:visited {
	color: #990000;
}
a:active {
	color: #CC0000;
	text-decoration: underline;
}
