@charset "utf-8";
/* CSS Document */
body
{
	font-family:Arial, Helvetica, sans-serif;
}

A
{
	font-size:12px; 
	font-weight:bold;
}

A:hover 
{ 
color : red;	
}

.nav1
{
	font-size:12px; 
	color:#FFF;
	font-weight:bold;
}

.nav1:hover
{
	font-size:12px; 
	color : red;	
	font-weight:bold;
}

.bnav1
{
	font-size:12px; 
	color:#000;
	font-weight:bold;
}

.bnav1:hover
{
	font-size:12px; 
	color : red;	
	font-weight:bold;
}


.leftnav1
{
	font-size:12px; 
	color:#666;
	font-weight:bold;
}
.leftnav1:hover
{
	font-size:12px; 
	color: red;	
	font-weight:bold;
}

.fstory
{
	
	font-size:12px; 
}
.fstoryheading
{
	font-size:12px; 
	font-weight:bold;
}