﻿
h2
{
	font-size: 1.4em;
	font-weight: bold;
	margin: 1em 0 0.6em 0;
}

h3
{
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 0.4em;
	margin-bottom: 0.4em;
	margin-top: 2em;
}

p
{
	margin-bottom: 1em;
	margin-left: 1em;
}

.nowrap
{
	white-space: nowrap;
}

img.right
{
	float: right;
	margin-left: 2em;
	margin-bottom: 1em;
}

img.left
{
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left: 1em; 
}

/* default anchors */

a 
{
	color: #2C4886;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a img
{
	border: 0;
}
