﻿body
{
    background-color: Black;
    color: White;
    font-family: Arial, Sans-Serif, Tahoma;
}

#Footer
{
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6
{
    color: Blue;
}

#memberprofile tr.title
{
   	color: #000000;
	background-color: #96C5A2;
	font-weight:bold;
}

#memberprofile tr.data
{
	color:black;
	background-color: silver;
}

