/*cri_style.css - this is the style sheet for my 520R project*/

h1   	{
	font-family: Garamond Bold, Arial, sans-serif;
	font-size: 28pt;
	color: black;
	background-color : White;
	}
	
body 	{
	font-family: ZapfHumnstBT, Arial, sans-serif;
	font-size: 14pt;
	color: #AD0000;
	background-color: white;
	}

.footer {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: black;
	background-color : White;
	}

.goto	{
	font-family: Arial, sans-serif;
	font-size: 14pt;
	background: #ff0000;
	color: #000000;
	text-align : center;
	}	

.n4color {
	color: #AD0000;
	}

.n4line {
	align: center;
	}
	
.n4black {
	color: #000000;
	}
small   { font-size: 60%;
	}	
