/*External Style Sheet*/

body 
	{
	background-color:#000000;/*black background*/
	color:white;/*text is white*/
	background-attachment:fixed;/*doesn't scroll(scrolling is scroll)*/
	background-image: url("pictures/background.jpg");
	}

a:link {color:red}

a:visited {color:yellow}

a:active {color:orange}

body.default
	{
	background-image:url("");
	}

div.center
	{
	text-align:center;
	}

div.right
	{
	text-align:right;
	}

table
	{
	border-style:none;
	width:83%;
	text-align:center;
	}

img.imagemap
	{
	border-style:none;
	width:614px;
	height:450px;
	}

img.small
	{
	border-style:none;
	width:240px;
	height:180px;
	}
img.quick
	{
	border-style:none;
	width:750px;
	height:85;	
	}
img.large
	{
	border-style:none;
	width:614px;
	height:461px;
	}
img.logo
	{
	border-style:none;
	width:375px;
	height:43px;
	}
img.me
	{
	border-style:none;
	width:292;
	height:427;
	}
img.proposal
	{
	border-style:none;
	width:500;
	height:500;
	}
hr
	{
	width:70%;
	size:5px;
	color:white;
	align:center;
	}
p.copy
	{
	font: italic 9pt;
	}
