BODY {
	background: url(background3.jpg);
	font-size: medium;
	font-family  : Arial, sans-serif;
}

.small {
	font-size: 10px;
	color : #6699FF;
	background-color: transparent;
	font-family  : Arial, sans-serif, serif;

}

.alt {
	font-size: 18px;
	background-color: transparent;
	color: 3366FF;
	font-family  : Arial, sans-serif, serif;
}

.alta {
	font-size: 16px;
	background-color: transparent;
	color: 3366FF;
	font-family  : Arial, sans-serif, serif;
}

.large {
	font-size: 18px;
	color : #6699FF;
	background-color: transparent;
	font-family  : Arial, sans-serif, serif;

}

.large a:{
	text-decoration: underline;
	color: #6699FF;
}

.large a:visited{
	text-decoration: underline;
	color: #6699FF;
}

.large a:hover{
	text-decoration: none;
	color: #FF3333;
}

.normal {
	font-size: 12px;
	color : red;
	background-color: transparent;
	font-family  : Arial, sans-serif, serif;

}

.normal a{
	text-decoration: underline;
	color: #6699FF;
}

.text {
	font-size: 16px;
	color : #6699FF;
	font-family  : Arial, sans-serif, serif;

}

.text a{
	text-decoration: none;
	color: #6699FF;
}

.bold {
	font-size: 16px;
	color : #FFFF66;
	font-weight : bold;
	background-color: transparent;
	font-family  : Arial, sans-serif, serif;

}

.bold a{
	text-decoration: underline;
	color: #9400D3;
}

	
.text A:HOVER {
	color : #FF66FF;
	background-color : transparent;
}

.keyword {
	font-weight : bold;
	background-color: transparent;
}


