body
{
	background-image: "background.jpg";
   background-repeat: repeat-y; 
   background-position: center;
   background-attachment: fixed;
	background-color:#000000;
	color: #FFFACD;
}

.basictext
{
	font-family: Verdana;
	font-size: 12px;
}

.basictext a
{
	font-family: Verdana;
	font-size: 12px;
	color: #CCEAFF;
}

.linktext
{
	font-family: Verdana;
	font-size: 10px;
	color: white;
}

.linktext a
{
	font-family: Verdana;
	font-size: 10px;
	color: #CCEAFF;
}

.title1
{
	font-family: Verdana;
	font-size: 24px;
	color: #CCFFE1;
}

.title2
{
	font-family: Verdana;
	font-size: 16px;
	font: bold; 
	color: #CCFFE1;
}