/* StyleSheet for http://www.prettypop.net/contact.htmlt */

body {
	margin:0px 0px 0px 0px;
	background-color:snow;
	color:darkgray;
	font-size:10pt;
	font-family:arial;
}

a {
	color:darkseagreen;
	text-decoration:none;
}

a:hover {
	color:orange;
	text-decoration:underline;
}

.header {
	margin:30px 30px 0px 30px;
}

.contact {
	width:60%;
	margin:0px 0px 0px 30px;
	padding:20px;
	border-width:1px 0px 0px 1px;
	border-style:solid;
	border-color:darkgray;
}

.footer {
	margin:20px 30px 30px 30px;
}
