body { background-color: #FFE9BF;
background-image: url(images/background.gif);
background-attachment: fixed;
background-repeat: repeat-y repeat-x;
font-family: "Optima", sans-serif;
font-weight: bold; font-size: x-large; color: #996633; text-align: center;
margin: 75px;
}

a.onsite:link { color: white; text-decoration: none; 
}
a.onsite:visited { color: white; text-decoration: none;
}
a.onsite:hover { color: gray; text-decoration: none;
} 
a.onsite:active {color: white;  text-decoration: none;
}

a.offsite:link { color: gray; text-decoration: none; 
}
a.offsite:visited { color: gray; text-decoration: none;
}
a.offsite:hover { color: black; text-decoration: none;
} 
a.offsite:active {color: gray;  text-decoration: none;
}




a.intro:link { color: #996633; text-decoration: none; 
}
a.intro:visited { color: #996633; text-decoration: none;
}
a.intro:hover { color: gray; text-decoration: none;
} 
a.intro:active {color: #996633;  text-decoration: none;
}



h1 { font-size: 3em;
}

h2 { font-size: 2em;
}

h3 { font-size; 1.5em;
}

h4 { font-size: 1em;
}
.intro { align: center; margin-top: 150px;
}


.intro {color: #996633;
}

.introline { color: #996633; 
}

.home { margin: 0px 0px 0px 0px; padding: 0px; text-align: center top;
}

.home td {text-align: center;
}

.navbar {margin: 0px; padding: 0px; float: center; background-color: gray;

}



.homepage {padding-top: 25px; padding-bottom: 25px; background-color: white;
}

.news { text-align: center; font-size: 1em; margin: 25px; padding: 25px; 
}

#contact { text-align: left;
}


#contact h4 { margin: 25px; 
}

#contact h3 { margin: 25px;
}


.press {text-align: left; font-size: medium; margin: 25px; 
}

.press td {text-align: center; 
}

.resume {text-align: left; font-size: 1em; margin: 25px;
}

.resume td {text-align: center;
}

#bio {text-align: left; font-size: .75em; margin-left: 10px;
}

#show {font-size: 1.1em;
}

#homepic {padding: 25px;
}

#jenncolella {font-size: 2em;
}

div.button {
	float: center;
	width: 131px;
	height: 42px;
}


div.button a {
	display: block;
	margin: 0px;
	overflow: hidden;
	text-decoration: none;
	height: 100%;
	background: url('images/home.png') top left no-repeat;
	color: #FFFFFF;
	font-family: 'Optima';
	font-size:20px;
	line-height: 42px;
	text-align: center;
}


div.button a:hover {
	background-position: -131px 0;
	color: #7F7F7F;
}


div.button a:active {
	background-position: -262px 0;
	color: #000000;
}
