h1 {
	color: #d33332;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10;
}

h2 {
}

a {
	color: blue;
}

a:hover {
	color: lightgreen;
	text-decoration: underline;
}

.special_one {
	font-weight: bold;
}

body,p,td,input,textarea {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.add_text {
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
}

.blue_text {
	color: #1c28f5;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8;
}

