@charset "utf-8";

.journalTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
}

a:link {
	color: #0093D3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0093D3;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
.bold {	font-weight: bold;
}
