body
{
	padding: 0px;
	margin: 0px;
	background-image: url(bk.jpg);
	background-position: top center;
   background-repeat: repeat-y;
	height: 100%;
	font-family: Verdana;
	font-size: 13px;
}

a
{
	color: Red;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.jos
{
	color: gray;
	font-size: 11px;
	text-decoration: none;
}

a.jos:hover
{
	color: gray;
	font-size: 11px;
	text-decoration: underline;
}

.menu
{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.button1
{
	background-color: #FF8C00;
	color: white;
	font-size: 12px;
	cursor: pointer;
}

.button2
{
	background-color: #f80517;
	color: white;
	font-size: 12px;
	cursor: pointer;
}

.button3
{
	background-color: #fd3687;
	color: white;
	font-size: 12px;
	cursor: pointer;
}

.button4
{
	background-color: #008dca;
	color: white;
	font-size: 12px;
	cursor: pointer;
}

.button5
{
	background-color: #85b313;
	color: white;
	font-size: 12px;
	cursor: pointer;
}

.button6
{
	background-color: #F4D100;
	color: white;
	font-size: 12px;
	cursor: pointer;
}

.button7
{
	background-color: #8FBC8F;
	color: white;
	font-size: 12px;
	cursor: pointer;
}

.buttonover
{
	color: white;
	background-color: Black;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 12px;
	cursor: pointer;
}