﻿
body 
{ 
	font-family: Tahoma, Tempus Sans ITC, Sans-Serif; 
	font-size:large;
}

ul
{
	font-size:medium;
}

.heading 
{
	text-align:center;
	font-size:x-large;
	font-weight:bold;
}

.content
{
	text-align:center;
	font-size:medium;
	font-weight:normal;
}

.membershown
{
	display: block;
	visibility: visible;
	font-size: small;
	font-weight: bold;
	cursor: hand;
	cursor:pointer;
	background-color:#cccccc;
	font-family: Verdana; 
}

.memberhidden 
{
	font-size: x-small;
	display:none;
	visibility:hidden;
	background-color:#eeeeee; 
	font-family: Verdana;
}