/* alicevachss.com */
/* Copyright © 2007-2009 Alice Vachss. All rights reserved. */

/* Simple CSS for Old Browsers */
body {
	color: #000000;
	background-color: #f3e3f9;
	font-family: "Lucinda Sans", Verdana, Helvetica, sans-serif;
	text-align: left;
}

/* Text Styles */
p, ul, ol, li {
	font-size: small;
}
h1 {
	font-size: large;
}
h2 {
	font-size: medium;
}
h3 {
	font-size: small;
}
blockquote {
	font-size: small;
	text-align: justify;
}
.topquote {
	font-size: x-small;
	text-align: right; 
}
.smalltext {
	font-size: x-small;
}
.copyright {
	text-align: center;
	font-size: x-small;
}
li.none {
	list-style-type: none;
}
li.numbers {
	list-style-type: decimal;
}
/* Link and Navigation Styles */
a {
	color: #2B0334;
	text-decoration: underline;
}
a:hover {
	color: #9370DB;
	text-decoration: underline;	
}
a.nav {
	color: #2B0334;
	text-decoration: underline;
}
a:hover.nav {
	color: #9370DB;
	text-decoration: underline;	
}
.navbar {
	font-size: x-small;
	text-align: right; 
}
/* Page Centering and Layout Styles */
.layout {
	width: 80%;
	margin-top: 0px;
   margin-bottom: 0px;
   margin-left: 10%;
   margin-right: 10%;
   padding: 0px;
	text-align: left;
}
.content {
	background: #f3e3f9;
	margin: 20px 20px 20px 20px;
}
.contentsc {
	background: #CCFFFF;
	margin: 20px 20px 20px 20px;
}