body {
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
}

.text1 {
	font-size: 12px;
}

.text2 {
	font-size: 10px;
}

.text3 {
	font-size: 13px;
}

.red {
	color: red;	
}

.white {
	color: white;	
}

.bold {
	font-weight: bold;	
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a.l_red:link, a.l_red:visited, a.l_red:hover, a.l_red:active {
	color: red;
	text-decoration: none;
}

a.link1:link, a.link1:visited, a.link1:hover, a.link1:active {
	color: #E60003;
	text-decoration: none;
}

