﻿body 
{
	background: white url(body-gradient.png) repeat-x top left;
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
}
#main
{
	width: 600px;
	margin: 100px auto 0 auto;
	padding: 0;
}
h1 a img
{
	border: none;
}
p
{
	padding-left: 7px;
	padding-top: 15px;
	color: #13235B;
	font-size: 20px;
}
b
{
	color: #0A71B2;
}
i
{
	color: #0A71B2;
}
p a
{
	color: #0A71B2;
	text-decoration: none;
	border-bottom: dashed 1px #0A71B2;
}
p a:hover
{
	color: #13235B;
	text-decoration: none;
	border-bottom: solid 1px #13235B;
}