/* GENERIC CSS */

body
{
	background-color: black;
	font-family: Arial;
	text-align: center;
	color: white;
}
.pageframe
{
	margin-top: 1cm;
	margin-left: 1cm;
	margin-right: 1cm;
	width: 1280px;
	height: 800px;
	vertical-align: top;
}
.footer 
{
	text-align: center;
	width: 100%;
	margin-top: 0.5cm;
	font-size: 60%;
	color: silver;
}
h1
{
	color: red;
	margin-bottom: 0.5cm;
	margin-top: 0.5cm;
	font-weight: bold;
}
.strong
{
	color: yellow;
	font-weight: bold;
}
a
{
	color: #FFD700;
}
a:hover
{
	color: red;
	font-weight: bold;
}
a:active
{
	color: white;
	font-weight: bold;
}
table#tribute
{
	width: 100%;
	text-align: center;
	font-weight: bold;
}
table#tribute tr, table#tribute td
{
	background-color="black";
	vertical-align: middle;
	color: white;
	font-size:90%;
}
table#tribute tr, table#tribute td#col1
{
	width:30%
}
table#tribute tr, table#tribute td#col2
{
	width:40%
}
table#tribute tr, table#tribute td#col3
{
	width:30%
}
