@charset "utf-8";
/* CSS Document */

body {
    font-family:
	"Courier New", Courier, monospace; 
    padding: 10%;
}
.header{}

.navbar{
	font-size: 20px;
	text-align: right;
	color:	#F8F8FF;
	width: 80%;
	line-height: 24px;
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: uppercase;
    word-spacing: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 38%;
	margin-top: 5%;}
	
		.navbar A:link {color: #F8F8FF;
		font-style: normal;
		font-weight: bolder;
		font-variant: small-caps;
		text-decoration: none;
		}

		.navbar A:visited {color:#F8F8FF;
		        font-style: normal;
			font-weight: bolder;
			font-variant: small-caps;
        		text-decoration: none;
		}

		.navbar A:active {color: #F8F8FF;
        		font-style: normal;
			font-weight: bolder;
			font-variant: small-caps;
        		text-decoration: none;
		}

		.navbar A:hover {color:	#000000;
       		font-style: normal;
			font-weight: bolder;
			font-variant: small-caps;
        		text-decoration: none;
			}

.biography{
	 vetical-align: top;
        font-size: 18px;
		text-align: top;
		color: #000000;
		line-height: 20px;
		padding: 10px 10px 10px 10px;
		font-style: normal;
		font-variant:normal;
		font-weight:normal;
		text-transform:lowercase;
		text-decoration:none;
		font-family: Arial, Helvetica, sans-serif;
                }
				
.elements{
font:"Courier New", Courier, monospace;
vertical-align:middle;


}
#footer { font-size: 18px;
		text-align: center;
		color: #000000;
		line-height: 12px;
		padding-left: 10px;
		font-style: normal;
		font-weight: bolder;
		font-variant: small-caps;
		text-transform: lowercase;
		height: 12%;
		vertical-align:baseline;
		position:relative;
        font-family: Arial, Helvetica, sans-serif;
		}

.image{
	border-style:outset;
	border-color: white;
	border-width:0px;
      }

.quote{
	border-style:groove;
	border-color:navy;
	border-width:15px;
      }
