<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
<html>
<head> <title>AFL CSS</title>
<meta http-equiv="Content-Style-Type" content="text/css">
</head>

body 	{
			line-height: normal;
			font-family: Courier New, Courier Regular, Courier,Terminal;
			font-style: normal;
			color: Navy;
			font-size : medium;
	}

p	{
			color: Navy;
			text-indent:15px; 
			font-family : "Courier New", Courier, monospace;
			line-height : normal;
			font-variant : normal;
			text-align: justify ;
			margin: 15px;
	}
	
.first-letter {
	font: oblique bolder xx-large cursive;
	letter-spacing : 4em;
	color : Navy;
	text-transform: uppercase;
}


a:link  {	font-size: 10pt;	
			line-height: 12pt;
			letter-spacing: 2pt;
			color: blue; 
			text-decoration: none;
}

a:visited {	font-size: 10pt;	
			line-height: 12pt;
			letter-spacing: 2pt;
			color: Maroon;
			text-decoration: none;
			
}

a:active {	font-size: 10pt;	
			line-height: 12pt;
			letter-spacing: 2pt;
			color: blue;
			text-decoration: none;
}


a:hover {	font-size: 10pt;	
			line-height: 12pt;
			letter-spacing: 2pt;
			color: Red;
			text-decoration: underline; 
			font-style: strong;
}
	
h1,h2,h3 { 
					font-family: serif; 
					font-size: large;  
					font-style: oblique; 
					color: #990000;  
					font-weight: bolder;
}

h4,h5,h6	{	font-family: serif; 
					font-size: medium;  
					font-style: oblique; 
					color: navy;  
					font-weight: bolder;
					}
ul		{
			list-style-image:  url(../pics/fb.gif)		}
