/*
 * StyleSheet for www.prettypop.net/index_?.html
 */

body {
	background-color:white;
	margin:20px 0px 0px 0px;
	color:dimgray;
	font-family:Arial;
	font-size:10pt;
}

a {
	color:royallue;
	text-decoration:none;
}

a:hover {
	color:crimson;
	text-decoration:underline;
}

p {
	padding:0px;
	margin:0px 0px 10px 0px;
}

td {
	font-family:Arial;
}

.main {
	width:550px;
	text-align:left;
}

.header, .footer {
	margin:3px 0px;
	padding:0px;
	border-color:mediumslateblue;
	border-style:solid;
	border-width:1px;
}

.header {
	border-width:0px 0px 0px 0px;
}

.footer {
	border-width:1px 0px 0px 0px;
	font-size:10px;
}

.table {
	font-size:10pt;
}

.title {
	font-size:20pt;
	color:magenta;
}

.sub_title {
	color:mediumaquamarine;
}

.copyright {
	font-size:8pt;
}

.item {
	margin:0px 0px 3px 0px;
	padding:0px 0px 0px 0px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:crimson;
	color:crimson;
}