a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;

}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF9933;
}
a:active {
	color: #FFCC33;
}

.welcome a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-weight: bold;

}
.welcome a:visited {
	color: #FFFFFF;
}
.welcome a:hover {
	color: #FF9933;
}
.welcome a:active {
	color: #FFCC33;
}
p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
ul {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style2 {color: #333333}
body {
	background-color: #282723;
}

