@charset "UTF-8";
/* CSS Document */
a:link 
{
	text-decoration:none;
	color:#333;
}
h5:link
{
	 text-decoration:underline;
}

/* visited link */
a:visited 
{
    color:#444;
}

/* mouse over link */
a:hover 
{
	text-decoration:underline;
    color:#333300;
}

/* selected link */
a:active {
	text-decoration:underline;
    color:#0000FF;
}
h3
{
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:20px;
	color:#46A446;
}
td
{
	font-family:Georgia, Times New Roman, Times, serif;
}
#logoflac {
    padding-top: 120px;
    margin-bottom: 80px;
}
.flac
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	font-style:italic;
	color:#46A446;
}
li
{
	margin-left:20px;
	margin-bottom:20px;
}