A:active
	{
	color: #FFFFFF;
	text-decoration: none;
	}

A:link
	{
	color: #FFFFFF;
	text-decoration: none;
	}

A:visited
	{ 
	color: #FFFFFF;
	text-decoration: none; 
	}

A:hover
	{
	text-decoration: none;
	color: #D0921C; 
	}

h1
	{
	color: FF0011;
	font-family: arial;
	font-weight: bold;
	}

h2
	{
	color: FF0011;
	font-family: arial;
	font-weight: bold;
	}

h3
	{
	color: 000000;
	font-family: arial;
	font-size: 24px;
	}

h4
	{
	color: 000000;
	font-family: arial;
	font-size: 18px;
	}

body
	{
	scrollbar-arrow-color: #000000;
	scrollbar-base-color: #918FBF;
	scrollbar-darkshadow-color: black;
	scrollbar-highlight-color: white;
	scrollbar-face-color: #C7C7C7; 
	scrollbar-shadow-color: grey;
	scrollbar-track-color: #F9F9F9; 
	}

.smalltext
	{
	color: #000000;
    	font-family: arial;
    	font-size: 10px;
	}

.normaltext
	{
	color: #000000;
    	font-family: arial;
    	font-size: 12px;
	}

.largetext
	{
	color: #000000;
    	font-family: arial;
    	font-size: 16px;
	}

.contacttext
	{
	color: #000000;
    	font-family: arial;
    	font-size: 14px;
	}

.linktext
	{
	color: #FFFFFF;
    	font-family: arial;
    	font-size: 12px;
	font-weight: bold;
	}

.test
	{
	background-color: #00D03B;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	color: #000000;
    	font-family: tahoma;
    	font-size: 10px;
	padding-top: 10px;
	}