body.rtf{
	font-size:12px
}

.rtf .code{
	background: #efefef;
	border: solid silver 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px;
	margin: 3px 0px;
	display: block;
}

.rtf .code, .rtf .code *{
	font-family: 'Lucida Console', 'courier new', monospace ;	
}

.rtf .code p{
	margin: 0;
	padding: 0;
}

.rtf .code blockquote{
	border: none !important;
	font-style: normal !important;
	margin: 0 0 0 30px !important;
	padding:0 !important;
}

.rtf .photos:after{
	content: "(click on any image to enlarge it)";
	text-align: right;
	font-size: 90%;
	font-style: italic;
	display: block;
	margin: 5px;
}

.rtf .photos img{
	cursor: pointer;
	border: solid silver 1px;
	background: gray;
	-moz-border-radius: 10px;
	-moz-box-shadow: 1px 1px 10px black;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 1px 1px 10px black;
	margin: 5px;
	padding: 10px;
	max-height: 100px;
	max-width: 100px;
}

