/* This is the css file used for the webpages at http://www.geocities.com/nkfarma/
 * N. K. Floyd's website.
 * 
 */
.c2 {text-align: center}
.disclaimer { font-family: 'times new roman'; font-size: 75%; text-align: center;}


.title_1 {font-family: verdana, arial, 'times new roman'; font-weight: bold; font-size: 150%;}
.heading_1 {font-style: italic; font-weight: bold;} 
.heading_2 {font-family: verdana, arial, 'times new roman'; font-weight: bold; font-size: 110%;}

.breadcrumbs{font-family: verdana, courier, helvetica; font-size 90%;}  


.section_heading {font-family: verdana, arial, 'times new roman'; font-weight: bold; font-size: 105%;}

.sub_section_heading {
  margin-left: 2%;
  font-family: verdana, arial, 'times new roman'; 
	font-weight: bold; 
	font-size: 80%;
}


body{
/* For a standard page */
  margin: 0;
	background: white;
}

/* Link colours */
A:link { color: blue;}
A:visited { color: maroon;}
A:active { background: #c0c0FF;
           color: red;
           border-style: outset;/*dotted; groove;*/
					 border-color: navy;}

HR{width: 95%; }					 
					 
body.special{
/* For a page with a 'background' */
  margin: 0;
	background: url("bg.gif");
}



dt{ font-weight: bold; font-size: 110%;}



P{margin-left:3%; margin-right:3%;}
P.para{text-indent: 14px;}

