a
{
	color: #FF8A00;
	text-decoration: none;
}

a:hover
{
	color: #FF8A00;
	text-decoration: underline;
}

h1
{
	color: #3399ff;
}

h3
{
	color: #FF8A00;
}

h4
{
	color: #3399ff;
}

img
{
	border: 0px;
}

.orangeText
{
	color: #FF8A00;	
}

.greentext
{
	color: #7CFC00;
}

.bold
{
	font-weight: bold;
}

.hr
{
	width: 100%;
	height: 1px;
	
	margin-top: 10px;
	margin-bottom: 10px;
}

.center
{
	text-align: center;
}