<!-- DM/IS 021A  Web Development -->
<!-- Ju-Hyun Kim -->
<!-- 05/22/03 -->
<!-- File name: final.css -->

a:link     { color:#994B04; }
a:visited  { color:#994B04; }
a:active   { color:#FF8A15; }
a:hover    { color:#FF8A15; }

body		{
			background-color:	#D8D9DA;
		}
		
.logo		{
			text-align:		left;
		}
		
.cruise		{
			text-align:		left;
		}
		
p		{
			text-align:		left;
			color:			#949494;
			font-size:		12pt;
			font-weight:		bold;
		}
		
.title		{
			text-align:		left;
			color:			#585885;
			font-size:		200%;
			font-weight:		bold;
		}
		
.introduce	{
			text-align:		left;
			font-family:		Verdana;
			font-size:		10pt;
			color:			black;
		}
		
.copyright	{
			text-align:		center;
			color:			#332B5E;
			font-size:		10pt;
			font-style:		oblique;
		}

.address	{
			text-align:		center;
			color: 			black;
		}
		
h2		{
			text-align:		center;
			color:			#994B04;
		}
