body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.text_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.text_larger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.new {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C60000;
}.text_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	letter-spacing: 0.2em;
	font-weight: bold;
}

/*  Link Styles */

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}

/*  Top Navigation Styles */
	
a.navMain:link {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.navMain:visited {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.navMain:hover {
	color: #f00;
	text-decoration: none;
}

a.navMain:active {
	color: #000;
	text-decoration: none;
}

/*  Rule to Highlight current page on Main Nav based on id selector in body tag */

body#about a#navAbout,
body#message a#navMessage,
body#paintings a#navPaintings, 
body#exhibitions a#navExhibitions,
body#shop a#navShop,
body#links a#navLinks,
body#contact a#navContact  {
	color: #f00;
}
