﻿
a:link {
    color: #0000FF;
    text-decoration: none
}
a:visited {
	color: #0000FF;
	text-decoration: none
}
a:hover {
	text-decoration: none; 
	color: #0000FF;
    font-weight:bold;
}
a:active {
	color: #0000FF;
	text-decoration: none
}
.footer_font {
	font-family: Arial;
	font-size: 9px;
	color: #ffffff;
}
.footer_hyperlink_font {
	font-family: Arial;
	font-size: 9px;
	color: #000000;
	text-decoration:underline;
}
.main_font {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
}
.main_hyperlink_font {
	font-family: Arial;
	font-size: 12px;
	color: #0000FF;
	text-decoration:underline;
}
.main_no_hyperlink_font {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration:underline;
}
.button_font {
	font-family: Arial;
	font-weight:bold;
	font-size: 15px;
	color: #000000;	
	text-decoration:none;
}
.welcome_font {
	font-family:"Monotype Corsiva";
	font-size: 80px;
	color: #000000;
}
.saying_font {
	font-family:"Monotype Corsiva";
	font-size: 40px;
	color: #000000;
}
.banner_font {
	font-family:"Monotype Corsiva";
	font-size: 50px;
	color: #000000;
}
.section_font {
	font-family:"Monotype Corsiva";
	text-decoration:underline;
	font-size: 23px;
	color: #000000;
}
.note_font {
	font-family: Arial;
	font-size: 12px;
	color: #800000;
}
.attention_font {
	font-family: Arial;
	font-size: 14px;
	color: #800000;
}
.messageboard_enable_font {
	color: #006006;
}
.messageboard_disable_font {
	color: #900900;
}



