/*--  filename = about_photos.css  --*/

body {
	background: white;
	overflow-y: visible;  /*--  x-axis scrollbar  --*/
	overflow-x: visible;  /*--  y-axis scrollbar  --*/
}

table#table1 {
    width:70%; 
    margin-left:15%; 
    margin-right:15%;
}
    
table, td, th {
    text-align: left;
}

.txt {	
	position: relative;
	top: 36px;
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
	background: white;
	color: black;
	font-weight: 400;
	font-size: 100%;  /*--  Allows use of "em" sizes  --*/
	border: 0px solid #6d0019;
	padding: 0% 5% 2% 5%;
	margin: 0px;
	line-height: 18px;
}

.h1-aboutP {    /*--  Defines class <h1> in about_photos.html.  --*/
	position: relative;
	font-variant: small-caps;
	display: block;
	top: 36px;
	left: 50%;
	transform: translate(-50%, -0%);
	text-align: center;
	border: 0px solid green;
	
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 40px;
	font-weight: 600;
	/*--  text-transform: uppercase;  --*/
	color: #a90329;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.6);
        padding: 0px 0px 5px 0px;
        z-index: 999;
}

.h2-aboutP {    /*--  Defines class <h2> in about_photos.html.  --*/
	position: relative;
	overflow: auto;
	font-variant: small-caps;
	display: block;
	top: 25px;
	left: 50%;
	transform: translate(-50%, -0%);
	text-align: center;
        /*--   border:  3px solid green;  --*/
	padding: 0px 0px 5px 0px;
	border:  0px solid red;
        font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	line-height: 25px;
	font-weight: 400;
	font-size: 25px;
	font-style: italic;
	color: black;
	/*-- color: #BFBFBF;  Gray  --*/
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}

a {
	text-decoration: none;
	color: blue;
}

a:hover{  /*--  mouse hover  --*/
	background-color: #c2c2d6;
}

a:active{  /*--  the moment of clicking  --*/
	background: #666699;
	background:    -moz-radial-gradient(ellipse, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background:         radial-gradient(ellipse, #6d0019 0%,#8f0222 56%,#a90329 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	box-shadow:         0px 1px 1px rgba(255,255,255,0.9);
}

a:visited{
	color: blue;
	background: #666699;
}

/*----------------------------------------------------*/
/*--  Last Copyright & Modified Date  --*/
/*--  vietnam-pubs.html  --*/
/*--  Use HTML: <span class="JSHcopyright"> to invoke --*/
.JSHcopyright{
	position: fixed;
	bottom: 50px; /*--  larger # is higher from bottom of window. --*/
	left: -25px;  /*--  force to left  --*/
	width: 110px;
	height: 35px;
	border: 1px solid #6d0019;
	margin:  1px 0px 0px 3px;  /*-- Outside border top right bottom left --*/
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
		color: black;
		background-color: transparent;
		font-size: 0.5625em;
		letter-spacing: 0px;
		line-height: 8px;
		font-weight: 100;
		text-align: center;
		text-decoration: none;
		text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
		padding: 3px 0px 0px 0px;  /*-- Inside Border top right bottom left --*/
	/*--  Rotate  --*/
	-ms-transform: rotate(-90deg);  /*--  IE 9  --*/
	-webkit-transform: rotate(-90deg);  /*--  Chrome, Safari, Opera  --*/
	transform: rotate(-90deg);
}
