body {
	font-family: "Times New Roman", Times, serif;
	background-color: #000000;
	margin: 5px;
	padding: 5px;
}
a {
	color: #000000;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}
a:visited{
	color: #000000;
}
a:hover{
	color: #FF0000;
	font-weight: bold;
}
a:active{
	color: #000000;
}
.myLink a {
	color: #000000;
	text-decoration: none;
	font-size: xx-small;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.myLink a:visited{
	color: #000000;
	text-decoration: none;
}

.myLink a:hover{
	text-decoration:none;
	color: #FF0000;
}

.myLink a:active{
	color: #000000;
	text-decoration: none;
}
.myBg {
	background-image: url(images/bg.png);
	background-repeat: no-repeat;
}
.myBg2 {
	background-image: url(images/bg2.png);
	background-repeat: no-repeat;
}

