body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background-color: #6733FF;
}
.topcontent {
	background-image: url(images/index-08.jpg);
	background-repeat: repeat-x;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}
h1 {
	font-size: large;
}
h2 {
	font-size: medium;
}

.bodycontent {
	font-size: small;
	color: #6733FF;
}
a:link{
	color: #6733FF;
	text-decoration: none;
	}
a:visited {
	color: #6733FF;
	text-decoration: none;
	}
 a:active{
	color: #6733FF;
	text-decoration: none;
	}
  a:hover{
	color: #6733FF;
	text-decoration: none;
	}