/*cri_style.css - this is the style sheet for my 520R project*/

h1.title   	{
	font-family: Garamond Bold, Arial, sans-serif;
	font-size: 28pt;
	color: black;
	background-color : #FFCF9E;
	text-align: center;
		}
		
A:link {color: blue; }
A:active {color: red; }
A:visited {color: blue; }
	
body 	{
	font-family: Times New Roman, Arial, sans-serif;
	font-size: 12pt;
	color: #000000;
	background-color: #FFCF9E;
		}

.pict	{
	vertical-align: top; 
	text-align: center; 
	width: 100px;
		}
	
p.std	{
	text-indent: 2em;
	color: #000000;
	}

.linkbar {
		background-color: #FFCF9E;
		border: 0;
		padding: 3px;
		text-align: center;
		font-size: 10pt;
		width: 40%;
		}
		
.navbar {
	text-align: center;
	padding: 2px;
	border: 1px;
	}

.footer {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: Red;
	background-color : Silver;
	}

.goto	{
	font-family: Arial, sans-serif;
	font-size: 14pt;
	background: #ff0000;
	color: #000000;
	text-align : center;
	}	
	
.n4black {
	color: #000000;
	}
	
small   { font-size: 60%;
	}	
