/* Base ALRI stylesheet, under construction. */

body {
	background: black;
	color: white;
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular,sans-serif;
}


h1.main	{
	text-align: center;
	font-weight: 100;
	font-size: 1.4em;
}

p.address {
	text-align: center;
	font-weight: bold;
}

span.sabes-organization-names {
	color: red;
	background: white;
}

table.navigation-footer {
	margin-left: auto;
	margin-right:  auto;
	width: 100%;
}

table.navigation-footer td.left {
	text-align: left;
	padding-left: 150px;
}

table.navigation-footer td.right {
	text-align: right;
	padding-right: 150px;
}


a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
