﻿body
{
	background-color: #000000;
	color: #FFFFFF;
	font-family: Georgia;
	margin: 0px;
}

.citation
{
	margin: 10px;
	font-size: xx-small;
	font-style: italic;
	background-color: #490A0A;
	color: #FFFFFF;
	position: relative;
	left: 50px;
	width: 90%;
}

h1
{
	background-color: #490A0A;
}

hr
{
	background-color: #666633;
	height:1px;
	border:none;
}


a
{
	border-style: none;
	border-width: 0px;
	border-color: inherit;
	color: #3399FF;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.fontContact
{
	font-size: small;
}