.main {
	font-size: 12px;
	line-height: 19px;
	color: #666666;
}

.mini {
	font-size: 10px;
	line-height: 17px;
	color: #666666;
}

.style1 {color: #FFFFFF}
.style3 {color: #666633}
.style4 {color: #FF6600}

.imgbig   {zoom: 1.5;} 
.imgsmall {zoom: 0.5;} 
.imgmini  {zoom: 0.3;} 

.fontbold {font-weight: bold;} 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 19px;
}

h1 {
	font-size:12px;
	color: #666666;
}

a:link {
	color: #666633;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666633;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: underline;
}