﻿h1
{
	font-size: 18pt;
	font-weight: normal;
	color: #993333;
	font-family: arial;
}

h2
{
	font-family: arial;
}

p
{
	font-family: arial;
	font-size: 10pt;
}

/* Images */

.rightImage
{
	float: right;
	margin: 6px;
}

/* Text */

div.highlight
{
	width: auto;
	border: #ffcc99 1px solid;
	background-color: #ffefd5;
	padding: 16px;
	text-align: center;
	font-weight: bold;
}

p.instructions
{
	text-align: left;
	padding: 10px 50px;
	background-color: #993333;
	color: #ffffff;
}

