/* -------------------------------------------------------------
          Project : Northwestern Connecticut Community College
   Last Edit Date : 04.28.2008	
	  Description :	standard CSS for Art Department

	       tested : - Firefox 1.5
					- IE 7 beta
					- Safari
--------------------------------------------------------------*/

p
{
}


body
{
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 0;
	padding: 0;
	line-height: 10px;
	width: 100%;
}

h1 /* Topic Header */
{
	margin: 0;
	padding: 0;
	line-height: 12px;
	font-size: 12px;
    font-weight: bold;
	width: 100%;
}

h2 /* Subtopic Header */
{
	margin: 0;
	padding: 0;
	line-height: 10px;
	font-size: 10px;
    font-weight: bold;
	width: 100%;
}

h3 /* Small Type */
{
	margin: 0;
	padding: 0;
	line-height: 9px;
	font-size: 9px;
	width: 100%;
	font-weight: normal;
}