.title h1 {
	font-family: arial;
	color: white;
	font-size: 300%
}

h2 {
	font-size: 150%;
	font-family: arial;
}

.title a:link {
	color: white;
	text-decoration: none;
}

.title a:visited {
	color: white;
	text-decoration: none;
}

.title a:hover {
	color: be1b20;
}

.title a:active {
	color: black;
	text-decoration: none;
}

.footer h3 {
	color: white;
	text-align: center;
	font-size: 75%;
	font-family: arial;
}

.footer a:link {
	color: white;
	text-decoration: underline;
}

.footer a:visited {
	color: white;
	text-decoration: underline;
}

.footer a:hover {
	color: be1b20;
}

.footer a:active {
	color: black;
	text-decoration: none;
}

.std h1 {
	font-size: 150%;
	font-family: arial;
	color: white;
}

.std h2 {
	font-size: 100%;
	font-family: arial;
	color: white;
}

.std h3 {
	color: white;
	font-size: 75%;
	font-family: arial;
}

.std a:link {
	color: white;
	text-decoration: underline;
}

.std a:visited {
	color: white;
	text-decoration: underline;
}

.std a:hover {
	color: be1b20;
}

.std a:active {
	color: black;
	text-decoration: none;
}

a:link img {
	border-color: 000000;
}

a:visited img {
	border-color: 000000;
}

a:hover img {
	border-color: 000000;
}

a:active img {
	border-color: 000000;
}

table.white {
	border-width: 2px 2px 2px 2px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	border-collapse: separate;
}

.projlist h1 {
	font-family: arial;
	font-size: 200%;
	color: white;
}

.projlist h2 {
	font-family: arial;
	font-size: 200%;
	color: white;
}

.projlist h3 {
	font-family: arial;
	font-size: 100%;
	color: white;
	text-align: left;
}