﻿/* external file "mybcstyle.css" begins */
A 
{ 
	text-decoration:none;
}

A:link 
{ 
	color: blue; 
}

A:visited 
{ 
	color: blue;
}

A:hover 
{ 
	color: red;
}

.stilmsg 
{ 
	font-weight:bold; 
	font-size:12px; 
	text-align:center; 
	font-family: "Arial", "Helvetica", sans-serif; 
	color:navy;
}

.stilefss 
{
	font-weight:bold; 
	font-size:8px; 
	font-family: "Arial", "Helvetica, sans-serif"; 
	text-align:center; 
	color:blue;
}
/* end of external file "mybcstyle.css" */

