@charset "UTF-8";
/* CSS Document */

.tag {
    font-size: small;
	font-variant: small-caps;
	}
  .dropcap {
    float: left;
	font-size: 2.75em;
	line-height: .75em;
	margin-right: .01em;
	}
  .InfoBoxRight {
    float: right;
	width: 200px;
	margin: 0 20px 20px 20px;
	padding: 10px;
	border-left: dotted black thin;
	font: .75em Verdana, Arial, Helvetica, sans-serif; 
	}