
#fancy {
	font-family: Times, "Times New Roman", Georgia, serif;
	font-size: large;				
	font-weight: normal; 
			color: black;
			}
#copy {
	text-align: justify;
		font-size: 75%;
		    color: black;			
	}
.tinytxt {
	font-size: 75%;
	}
.photoright {
	text-align: right;
	padding: 10px;
	border: groove;
	}
#links,table {
	width: 100%;
	color: black;
		text-align: center;
			border-style:  dotted;
			border-color: red;
			border-width: thin;
				padding: 5px;
	}
.smallcap {
    font-variant: small-caps;
        color: black;
    }
.inline {
    border: none;
    }