/* trip.css  Tom Trebisky  8-22-2018
 *  This is my trip CSS markup file.
 *  They tell me custom tags are OK as long as they contain a hyphen
 *  (i.e. no standard tag will ever be invented that includes a hyphen)
 */

body {
	background-color: #bbb;
	width:1600px;
	margin: 0 auto;
	display: block;
}

A:link {
    color : #00f;
    text-decoration: none;
}

A:Visited  {
    color : #00f;
    text-decoration: none;
}

A:hover {
    color: #f0f;
    text-decoration : underline;
}

.photo{padding-bottom:10px;}
.photocaption{font:bold 90% Arial, Helvetica, sans-serif;line-height:1.5;text-align:left;}

/* Do not use these */
.photocaption-center{font:bold 90% Arial, Helvetica, sans-serif;line-height:1.5;text-align:center;}
.photoright{padding-left:20px;padding-bottom:10px;float:right;}
.photoleft{padding-right:20px;padding-bottom:10px;float:left;}
.photoclear{clear:both;margin-bottom:2px;}
