a
{
    	text-decoration: none;
    	color: #FFFFFF;
	border: none;
}
a:hover
{
    	text-decoration: underline;
}
body 
{
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	padding:0px;
	background-color: #000000;
	font-family: Verdana;
	color: #FFFFFF;
	margin: 0;
    	padding: 0;
}
table
{
	/*
	no-repeat right top;
	display: inline-block;
	white-space: nowrap;
	display: block;
	white-space: pre;*/
	float: top;
	width: auto;
	height: auto;
}

.navigation
{
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	width: 800px;
	height: 135px;
    	float: center;
    	border-bottom: 1px solid white;
    	text-align: center;
}
.navigation ul
{
	margin: 15px 0;
	float: none;
	padding-left: 15px;
    	text-align: center;
	list-style-type: none;
	clear: left;
}
li
{
	text-align: center;
	display: inline;
}
.content
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	float: center;
	width: auto;
}
p
{
	padding-left: 15px;
	text-align: center;
}
h1
{
	text-align: center;
	font-size: 150%;
}
h2
{
	text-align: center;
	font-size: 500%;
}
text_sm
{
	font-size: smaller;
}
