﻿/*Garret Wilson Stylesheet Copyright © 2012-2013 GlobalMentor, Inc.
@author Garret Wilson

This stylesheet handles XHTML that appears in text boxes.
It should not be used to style XHTML representing components on the web platform;
rather, Guise properties should be used to change the style of Guise components.
*/

article
{
	font-size: 11pt;
}

table.content, caption.content
{
	border-color: #006666;
}

h1.content, caption.content, th.content
{
	color: #006666;
}

h1.content, h2.content, h3.content, h4.content, h5.content, h6.content, caption.content, th.content
{
	font-family: "Verdana", "Arial", "sans-serif";
}

h3.content
{
	color: #999999;
}

blockquote.content, caption.content, th.content
{
	background-color: #999966;
}

a.content[rel="rendition"]
{
	color: inherit;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #006666;
}