html {
  height: 100%;
  margin-top: 13px;
  margin-left: 13px;
  margin-right: 10px;
  margin-bottom: 0px;
}

img {
	border: none;
}

body {
	font-family: Tahoma, Arial, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #666;
	background-image: url("http://www.monicadartphotography.com/images/bodybg.png")
}

.menu {
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
	color: #2AADB5;
	outline: none;
	font-size: 11px;
}

.menu2 {
	color: #401A1F;
}

a.menu:link, a.menu:visited {
	font-family: Tahoma, Arial, sans-serif;
	text-decoration: none;
	color: #2AADB5;
	outline: none;
	font-size: 11px;
}

a.menu:hover {
	text-decoration: none;
	color: #999;
}

.links {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #401A1F;
}

.box {
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
}

.copyright {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #CCC;
}

input, textarea {
	color: #781351;
	background: #fff;
	border: 1px solid #009FAA;
}

.button {
	color: #fff;
	background: #009FAA;
	font-size: 11px;
} 