﻿a:link
{
	color: rgb(0, 0, 128);
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
a:visited
{
	color: rgb(0, 128, 0);
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;

} 
a:active 
{
	color: rgb(128, 0, 128);
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;

}
body
{
	background-color: rgb(255, 255, 255);
	background: url('_themes/journal2/eclbkgnd.gif');
	font-family: Arial, Helvetica;
	color: rgb(0, 0, 0);
	font-style: normal;
	font-weight: bold;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial Rounded MT Bold, Arial, Helvetica;
}
h1
{
	color: rgb(102,51,153);
}
h2
{
	color: rgb(255,102,153); 
}
h3
{
	color: rgb(51,153,102); 
}
h4
{
	color: rgb(102,51,153);
}
h5
{
	color: rgb(255,102,153);
}
h6
{
	color: rgb(51,153,102);
}
