#header {
	border: 1px solid;
	background-image: url(header.png);
	height: 15%;
	width: 80%;
	text-align: left;
	text-indent: 10px;}
	
#header  img{
	float: right;}

#content {
	border: 1px solid;
	height: 30em;
	overflow: auto;
	width: 80%;
	background-color: #ffffff;}
	
.person {
	text-align: left;
	border: 1px solid;
	width: 80%;}

/* Global spans */

.left {
	float: left;}

.right {
	float: right;}
	
/*Tags - Global */

body {
	/*background-color: #c0fbde;*/
	background-image: url(bg.png);}

h1 {
	font-family: Script MT Bold, cursive;
	font-size: 250%;
	color: white;}
	
h2 {
	text-align: left;
	padding: 2px;}

p { 
	text-indent: 2.5em;
	text-align: left;
	padding: 0.2em;}
	
li {
	text-align: left;}

	
/* Links */
a:link {
	color: blue;
	text-decoration: none;
	}
	
a:visited {
	color: green;
	text-decoration: underline;
	}
	
a:hover {
	color: red;
	font-weight: bold;
	text-decoration: overline;
	}

	
	
/* Ensure linked header doesn't change styles */
	
h1 a{
	font-family: Script MT Bold, cursive;
	color: white;
	text-decoration: none;}
	
h1 a:visited {
	font-family: Script MT Bold, cursive;
	color: white;
	text-decoration: none;}

h1 a:hover {
	font-family: Script MT Bold, cursive;
	color: white;
	text-decoration: none;}