/*
 * StyleSheet for www.prettypop.net/index.html
 */

body {
	background-color:snow;
	margin:180px 0px 0px 0px;
	padding:0px;
	color:dimgray;
	font-family:arial;
	font-size:10pt;
}

a {
	color:darkorange;
	text-decoration:none;
}

a:hover {
	color:orangered;
	text-decoration:underline;
}

.main {
	margin:0px;
	padding:0px;
	height:350px;
	width:100%;
	border-width:0px;
	font-size:10pt;
}

.logo_mediumvioletred, .logo_dimgray {
/*	font-family:Times New Roman; */
	font-size:16pt;
}

.logo_mediumvioletred {
	color:mediumvioletred;
}

.logo_dimgray {
	color:dimgray;
}

.display {
	padding:20px;
	text-align:right;
}

.photo {
	border-width:1px 0px 0px 0px
	border-color:blue;
	border-stype:solid;
	text-align:right;
}
