<!-- DM/IS 021A  Web Development -->
<!-- Ju-Hyun Kim -->
<!-- 04/03/03 -->
<!-- File name: index_style.css -->

a:link     { color:#994B04; }
a:visited  { color:#994B04; }
a:active   { color:#FF8A15; }
a:hover    { color:#FF8A15; }

body		{
			background-color:	#D8D9DA;
			background-image:	url("background.jpg");
			background-repeat:	no-repeat;
			background-position:	center center;
			background-attachment:	fixed;
		}
		
p		{
			text-align:		left;
			color:			#510E02;
			font-size:		12pt;
			font-weight:		bold;
		}

.title		{
			text-align:		center;
			color:			#585885;
			font-size:		250%;
			font-weight:		bold;
		}
		
.sub_title	{
			text-align:		center;
			color:			#524D30;
			font-family:		sans-serif;
			font-size:		12pt;
			font-weight:		bold;
		}
		
.info		{
			text-align:		center;
			color:			#510E02;
			font-size:		12pt;
		}
		
.copyright	{
			text-align:		center;
			color:			#332B5E;
			font-size:		10pt;
			font-style:		oblique;
		}
		
span		{
			color:			#332B5E;
		}
			