a:link { color: #E7CD1D; }
a:visited { color: #E7CD1D}
a:active { color: #ff0000; }


.body {
	margin: 0;
	padding: 0;
	background-image: url(images/logopat.jpg);
	background-color: #000000;
	color: #CCCCCC;
	font-family: 'Palatino Linotype';
}
.menu {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	background-image: url(images/metal1.jpg);
	text-align: center;
	width: 125px;
}
.title {
	color: #FE0000;
	background-color: inherit;
}
.btitle {
	font-weight: bold;
	color: #FE0000;
	background-color: inherit;
}
.spacer {
	background-image: url(images/spacer2.gif);
	height: 16px;
}