/* default and global settings  */
a:link {color: #990099;}
a:visited {color: #990099;}
a:hover {color: #B103FC;}
a:active {color: #B103FC;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p,td,li {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* top level; banner line menu */
.menutext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #460A4B;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	text-align: justify;
	padding-left: 25px;
	padding-right: 25px;
}

/* sitemap overtext */
.sitewhite {
	background-color: #FFFFFF;
}

/* comments within pages */
.comment {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.commentby {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #330000;
	text-align: right;
	font-style: oblique;
	padding-right: 35px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-color: #91139B;
	border-bottom-style: dotted;
}

/* all pages: footer line, text & links  */
.footer {
	color: #FFF4FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a.footer:link {
	color: #FFF4FF;
	text-decoration: none;
}
a.footer:visited {
	color: #FFF4FF;
	text-decoration: none;
}
a.footer:hover {
	color: #FFFF00;
	text-decoration: none;
}
a.footer:active {
	color: #FFF4FF;
	text-decoration: none;
}
.head1 {
	font-size: x-large;
	font-weight: bold;
	color: #990099;
}
.head2 {
	font-size: large;
	font-weight: bold;
	color: #990099;
}
.head3 {
	font-size: medium;
	font-weight: bold;
	color: #990099;
}

/* portfolio pages demo site image link, no border changes  */
.portfimg {
	border-color: #000000;
}
