﻿a:link
{
	color: rgb(255, 255, 255);
}
a:visited
{
	color: rgb(192, 192, 192);
} 
a:active 
{
	color: rgb(255, 255, 0);
}
body
{
	font-family: Verdana, Tahoma;
	background-color: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	font-size: small;
	padding-left: 15px;
	padding-right: 15px;
}
h6
{
	font-family: "Bradley Hand ITC";
	text-align: center;
}
h5
{
	font-family: "Bradley Hand ITC";
	text-align: center;
}
h4
{
	font-family: "Bradley Hand ITC";
	text-align: center;
}
h3
{
	font-family: "Bradley Hand ITC";
	text-align: center;
}
h2
{
	font-family: "Bradley Hand ITC";
	text-align: center;
}
h1
{
	font-family: "Bradley Hand ITC";
	text-align: center;
}
h1
{
	color: rgb(255, 255, 0);
	font-size: x-large;
	font-weight: bold;
}
h2
{
	color: rgb(255, 255, 0);
	font-size: large;
	font-weight: bold;
}
h3
{
	color: rgb(255, 255, 255);
	font-size: medium;
	font-weight: bold;
}
h4
{
	color: rgb(255, 255, 0);
	font-size: small;
	font-weight: bold;
}
h5
{
	color: rgb(255, 255, 0);
	font-size: x-small;
	font-weight: bold;
}
h6
{
	color: rgb(255, 255, 0);
	font-size: xx-small;
	font-weight: bold;
}
img
{
	padding:15px
}