﻿.content
{
	text-align: left;
	width: 585px;
	margin: 0 auto;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	line-height: 2em;
}

.content .bodyText
{
	text-align: center;
	font-weight: bold;
	width: 450px;
	font-size: 1.6em;
	line-height: 1.6em;
	margin: 1.4em auto 0;
}

.content img { border: none; }

a { color: blue; }
a:hover { color: red; }
a:visited { color: blue; }
