body
{
	background-attachment: fixed;
	background-color: transparent;
	background-image: url(../gif/m45.gif);
	background-repeat: repeat;
	color: #060798;
	font-size: 80%;
}
table
{
	background-color: transparent;
	margin: auto;
}
tr
{
	background-color: transparent;
}
td
{
	background-color: transparent;
	font-size: 0.91em;
	font-weight: bold;
	vertical-align: middle;
}
/* NOTICE: links statuses working sequence: link, visited, hover, active */
a:link
{
	background-color: transparent;
	color: Aqua;
	font-weight: bold;
	text-decoration: none;
}
a:visited
{
	background-color: transparent;
	color: #9370DB;
	font-weight: bold;
	text-decoration: none;
}
a:hover
{
	background-color: transparent;
	color: #FFD700;
	font-weight: bold;
	text-decoration: underline;
}
a:active
{
	background-color: transparent;
	color: #FF7F50;
	font-weight: bold;
	text-decoration: blink;
}
hr
{
	color: blue;
}
ul
{
	color: white;
}
.center
{
	text-align: center;
}
.justify
{
	text-align: justify;
}
.lastupdate
{
	font-family: Arial;
	font-weight: bold;
	text-align: center;
}
.blue
{
	color: blue;
}
.mygold
{
	color: #FFCA11;
}
.red
{
	color: red;
}
.white
{
	color: white;
}
.yellow
{
	color: #FFFF00;
}