/* CSS Document */

h1 { 
	font-family: arial;
	font-size: 20px;
	color: #9f0000;
}
.h2 {  }
.h3 {  }
.h4 {  }

.text {
	font-family: arial;
	font-size: 14px;
	color: #46484d;
}
.text2 {
	font-family: arial;
	font-size: 16px;
	color: #46484d;
}
.bold
{
	font-family: arial;
	font-size: 14px;
	color: #46484d;
	style: bold;
}

/* Links */

a {
	font-family: arial;
	color: #FFF;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
a:active {
	color: #660000;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
