body {

	background-color: #004174; 

	padding: 0 0 0 0; 

	margin: 0 0 0 0;

}



a:link { 

	color: #0057a5; 

	text-decoration: none;

}



a:visited {

	color: #0057a5; 

	text-decoration: none;

}



a:hover {

	color: white; 

	text-decoration: none;

	background: #0057a5;

}



a:active {

	color: white; 

	text-decoration: none;

	background: #0057a5;

}



/* page title -- Home */

h1 {

	text-align: center; 

	text-indent: 0; 

	letter-spacing: .2em; 

	margin-top: .2em; 

	margin-bottom: .2em; 

	color: #009999; 

	font-family: "Comic Sans MS", "Arial", "Helvetica";

	font-size: 30px;

}



/* page title -- levels other than Home */

h2 {

	text-align: center; 

	text-indent: 0; 

	letter-spacing: .2em; 

	margin-top: .2em; 

	margin-bottom: .2em; 

	color: #009999; 

	font-family: "Comic Sans MS", "Arial", "Helvetica";

	font-size: 24px;

}



/* BASIC body text */

p {

	text-align: left; 

	text-indent: 1em;

	margin-left: 1em;

	font-size: 12px; 

	font-family: "Comic Sans MS", "Arial", "Helvetica";

}



/* menubar horiz */

p.hmenu {

	text-indent: 0;

	font-weight: bold;

	font-size: 12px; 

	margin-top: .2em;

	margin-bottom: .3em;

	margin-left: 0;

	color: #000000;	

	font-family: "Verdana", "Arial", "Helvetica";

}



/* menubar vert */

p.vmenu {

	text-indent: 0;

	font-weight: bold;

	font-size: 12px; 

	margin-left: .3em;

	color: #000000;

	font-family: "Verdana", "Arial", "Helvetica";

}



/* menubar center */

p.cmenu {

	text-align: center;

	text-indent: 0;

	font-weight: bold;

	font-size: 12px; 

	margin-left: 0;

	color: #000000;

	font-family: "Verdana", "Arial", "Helvetica";

}



p.artfamily {

	text-align: right; 

	font-weight: bold; 

	font-size: 14px;

	margin-left: 0;

	color: #009999;

}



/* gallery title in painting pages */

p.gallery {

	font-size: 12px;

	font-weight: bold; 

	text-indent: 0; 

	text-align: center; 

	font-size: 14px;

	margin-bottom: .2em;

	margin-left: 0;

}



/* copy headline */

p.headline {

	text-align: center;

	text-indent: 0;

	font-weight: normal; 

	color: #009999;

	font-size: 16px;

}



/* painting info category */

p.infocat {

	text-indent: 0; 

	text-align: right; 

	background: #efefef; 

	margin-left: 0;

	border-right: thick double #efefef;

}



/* painting info specific */

p.infospec {

	text-indent: 0;

	margin-left: .5em;

}



p.sidebar { margin: 10px }



p.footer {

	font-size: 10px; 

	text-align: center; 

	margin: .2em;

}



/* def list topic */

dt {

	text-align: left;

	font-size: 14px;

	font-weight: bold;

	font-family: "Comic Sans MS", "Arial", "Helvetica";

}



/* def list def */

dd { 

	text-align: left;

	font-size: 12px;

	font-family: "Comic Sans MS", "Arial", "Helvetica";	

}



/* non-indented text */

p.noindent { 

	text-indent: 0; 

}



/* non-indented text -- big margin*/

p.noindentmarg { 

	text-indent: 0; 

	margin-left: 8em;

}



/* signature */

p.sig {

	text-align: right; 

	text-indent: 0; 

}



/* signiture underlined */

p.sigunderline {

	text-align: right; 

	text-indent: 0; 

	text-decoration: underline;

}



/* italics */

.emph {

	font-style: italic; 

}



/* non-indented colored */

p.noindent em {

	text-align: left; 

	font-weight: bold; 

	color: #009999;

}





