div.center {
	text-align: center;
}

div.arch {
	font-family: sans-serif;
	font-size:  12px;

	text-align: center;

	width: 200x;

	color:  rgb(255,255,255);
}

span.archtitle {
	font-family:  serif;
	font-size: 18px;

	color: rgb(255,255,255);

	margin-left: 46px;
}

.big {
	font-size: 22px;
}

.small {
	font-size: 14px;
}

.strong {
	font-weight: bold;
}

.em {
	font-style: italic;
}

.strike {
	text-decoration: line-through;
}

.uline {
	text-decoration: underline;
}

a:link.arch {
	color: rgb(248,221,168);
	text-decoration: none;
}

a:active.arch {
	color: rgb(255,255,255);
	text-decoration: none;
}

a:visited.arch {
	color: rgb(248,225,168);
	text-decoration: none;
}

a:hover.arch {
	color: rgb(255,255,255);
	text-decoration: none;
}


