/* User style sheet for Opera.
 * Makes the TITLE element (document title) show up in a small box in the
 * top right corner of the document.
 * Peter Krefting <peter at softwolves full stop pp full stop s e>
 */

@media screen {
	title {
		margin: 0;
		padding: 2px;
		display: block;
		visibility: visible;
		font-family: Verdana;
		font-weight: bold;
		font-size: 10pt;
		letter-spacing: -1px;
		background: #ffc; /* #040;*/
		color: #004; /*white;*/
		border-bottom: 2px solid black;
		border-left: 2px solid black;
		float: right;
		padding: 0 2px 0 1px;
	}
}

