<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>style sheet</title>
</head>
<!-- this link line is to use on every page to refer to the style sheet-->
<link rel="stylesheet" type="text/css" href="dcb.css">

<!-- this style will apply to ALL pages-->
<style>


.nothing {font-family: 'Comic Sans MS';
   font-size: 14px; color:purple;
}

.depart {font-family: 'Comic Sans ms, verdana';
   font-size: 36px; color:blue;
}

.depintro {font-family: 'Comic Sans ms, verdana';
   font-size: 22px; color:black;
}

.prodname {font-family: 'Comic Sans ms, verdana';
   font-size: 25px;
	 font-weight: bold;
	 color: black;
}

.narr {font-family: 'Comic Sans ms, verdana';
   font-size: 20px;
	 font-weight: bold;
	 color: blue;
}

.narsm {font-family: 'Comic Sans ms, verdana';
   font-size: 17px;
	 font-weight: bold;
	 color: blue;
}

.prodesc {font-family:'Comic Sans MS, verdana';
   font-size: 18px;
	 color: black;
}
</style>
-->
<body>

</body>
</html>
