body
{
    background: #999999 left top;
    color: #000000;
    font-family: Tahoma, Geneva, sans-serif;
}

P
{
    font-family: Tahoma, Geneva, sans-serif;
}

UL
{
    font-family: Tahoma, Geneva, sans-serif;
}

A
{
    color: #0000ff;
	text-decoration:none;
}

A:hover
{
    color: #0000ff;
	text-decoration: underline;
}

#master
{
    border: #000000 1px solid;
    background: #ffffff;
    margin: 0 auto;
	width:600px;
    text-align: center;
}

#master H2
{
	font-size:26px;		
	color: #000000;
	font-weight: bold;
}

