﻿body
{
/*	background-image:url(images/jeezetile-150.png); */
    background-color:blue;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#474747;
}

#header
{
	background-color:blue;
	font-size:small;
}

#header a:link
{
	color:white;
	text-decoration:none;
}
#header a:hover
{
	color:yellow;
	text-transform:capitalize;
}
#header a:visited
{
	color:aqua;
}

#wrapper
{
	background-color:#fefefe;
	color:#474747;
}
#footer
{
	background-color:#fefefe;
	font-size:x-small;
}

.legalcrap
{
	font-size:x-small;
}