body {
	background: Black url(images/brasbackground.jpg);
	color: White;
}

div {
	font-size: 250%;
	text-align: center;
}
div.front {
	font-size: 150%;
}
a {
	color: Yellow;
	background-color: inherit;
}

a:hover {
	font-size: 125%;
}

a:visited {
	color: Lime;
	background-color: inherit;
}

a.larger {
	font-size: 150%;
	color: White;
	background-color: inherit;
}
a.white {
	color: White;
	background-color: inherit;
}
li {
	font-size: 125%;
}
small {
	font-size: smaller;
}
th {
	font-size: 175%;
}
td.large {
	font-size: large;
}
p.header {
	font-size: 175%;
}
p.header2 {
	font-size: 125%;
}
