/*--------- SPECIAL MARKUP ----------*/
#menu p {
margin-left: 10px;
margin-right: 10px;
font-size: 13px;
}
#menu span {
font-variant: small-caps;
color: red;
font-weight: bold;
}

#content p {
font-size: 11pt;
}

#content span {
	font-size: 14pt;
	font-weight: bold;
	color: orange;
	font-variant: small-caps;
}

#content object {
	border: thick;
	float: left;
}
hr {
	color: orange;
}
a img{
	text-decoration: none;
	border: none;
}