﻿body
{
	font-family: Verdana, Arial, Helvetica, SansSerif;
}

h1
{
	color: #123456;
	background: #efefef;
	border-style: outset;
	border-width: 1px;
	width: 300px;
}

a
{
	color: Navy;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:over
{
	text-decoration: underline;
}

a:visited
{
	color: Blue;
}

hr
{
	text-align: left;
	width: 300px;
}