/******************************************************************************
 *   COMUNIC AS
 *    E-mail client support
 *    Cascading style sheets
 *
 *    Last updated 2007-08-07  by  kimtore@comunic.no
 *****************************************************************************/


/**
 * Generic look
 */
body
{
	background: white;
	color: black;
	margin: 0;
	padding: 0;
}
.toc,
.chapter
{
	padding: 1em;
}
h2.title
{
	border-bottom: 1px solid #aaa;
}

/**
 * Generic link style
 */
a
{
	text-decoration: underline;
	color: #144BB2;
}
a:visited
{
	color: #7B14B2;
}
a:hover
{
	text-decoration: none;
}

/**
 * Header
 */
.book > .titlepage
{
	background: white url('comunic.jpg') no-repeat top right;
	margin: 1em;
}
h1
{
	font-family: Arial,Helvetica,sans-serif;
}
.orgname
{
	font-size: 1.2em;
	font-family: Georgia,sans-serif;
}
.author
{
	margin: 1.5em 0 0.8em;
}

/**
 * Table of contents
 */
.toc b
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
.toc dl
{
	width: 15em;
	background: #f9f9f9;
	border: 1px solid #aaa;
	padding: 1em 0;
	font-size: 0.9em;
	line-height: 1.5em;
	font-family: Arial,Helvetica,sans-serif;
}
