/* (C)Copyright 2008 John D Nash. All rights reserved worldwide.
// NAME: index.php
// Main web page script
// AUTHOR: John D. Nash, Jr.
// DATE_WRITTEN: 20070808
// LAST_UPDATE: 20160706 1637 jdn
//
/***************************************************************************
 *   Copyright (C) 2007 by John D Nash, Jr. All Rights Reserved Worldwide. *
 *   promotions@jdnash.org                                                 *
 *                                                                         *
 *   This program is free software; you can redistribute it and/or modify  *
 *   it under the terms of the GNU General Public License as published by  *
 *   the Free Software Foundation; either version 3 of the License, or     *
 *   (at your option) any later version.                                   *
 *                                                                         *
 *   This program is distributed in the hope that it will be useful,       *
 *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
 *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
 *   GNU General Public License for more details.                          *
 *                                                                         *
 *   You should have received a copy of the GNU General Public License     *
 *   along with this program; if not, write to the                         *
 *   Free Software Foundation, Inc.,                                       *
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
 ***************************************************************************/
	body {
		background-color: black;
		color: white;
		margin: 0;
		padding:0;
	}
	#me {
		width: 80%;
		height: 740px; 
		background-image: url('dali.png');
		background-repeat: no-repeat;
		background-size:cover;
		margin-top:0;
		margin-left:10%;
		padding: 0;
	}
	h1 {
		padding: 10px;
		background-color:gold;
		color: darkred;
	}
	h1 a {
		text-decoration:none;
		color:brown;
	}
	h1 a:hover {
		color:red;
	}
	#content {
		margin-top: 50px;
		margin-left:325px;
		margin-right: 25px;
		color: white;
	}
	#content2 {
		overflow-x: scroll;
		overflow-y: scroll;
		white-space: nowrap;
		height: 30em;
		width: 800px;
		padding: 1em;
		color: brown;
		background-image: url('paper.gif');
		background-repeat: repeat;
		overflow: auto;
	}
	label {
		font-weight:bold;
		font-size:150%;
	}
	
	input {
		color:navy;
		font-size:200%;	
		font-weight:bold;
	}
	.para1 {
		color:red;
		background-color:yellow;
		font-size:24pt;
		text-align:center;
	}
	.para2 {
		color:red;
		background-color:yellow;
	}
	.footer {
		position:absolute; 
		bottom:0px;
		text-align:center;
	}
	.summary-line {
	
		margin-top: 8px;
		border-top-color: brown;
		border-top-style: solid;
		border-top-width: medium;
		border-bottom-color: brown;
		border-bottom-style: double;
		border-bottom-width: thick;
		padding: 3px;
		line-height:2em;
		font-weight: bold;
	}
	.disclaimer {
		display:block;
		width: 792px;
		padding: 1em;
		border-bottom-color: brown;
		border-bottom-width: 0.5em;
		border-bottom-style: solid;
/*		opacity: 0.5; */
		background-image: url('paper.gif');
		background-repeat: repeat;
		color: brown;
		margin: 0;
		padding:20px;
	}
	.disclaimer a {
		color: purple;
	}