/* Stylesheet.css */

/* Body text and page background */
body {
	background-color: #000000;
	font-family: Arial, Helvetica, san-serif;
	font-size: 11pt;
	color: #ffffff;
	padding: 0;
	}

/* Body paragraph and page */

html {
	overflow-y: scroll;
}

	
img.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;}

img.left {float:left;
			margin-right: 15px;
			margin-bottom: 15px;}


.tenpt {
	font-size: 10pt;
}

.eightpt {
	font-size: 8pt;
}

/* Bio Actor & Role */

.bio {
	font-size: 14pt;
}

/* Gold Header for each page */

.header {
	font-size: 14pt;
	color: #e6af39;
}

.headerwhite {
	font-size: 14pt;
	color: #ffffff;
}

.italics { 
	font-style:italic;
}

/* Gold Table Border*/

.tableborder {
border-color:#e6af39;
}

.gold {
		color: #e6af39;
}

/* Hyperlinks */
a:link{
color:#e6af39;
text-decoration: none;
}
a:visited{
color:#ff3300;
text-decoration: none;
}

a:hover{
text-decoration:underline;
}

a:active{
text-decoration:underline;
} 

