/******************************************************************

   The following stylesheet elements allow you to control fonts,
   colors, and spacing in Legong.com 

******************************************************************/


/* controls basic properties of the entire document */
body { 
	background-color: #FFFFFF; 
	text-color: #000000; 
	color: #000000; 
        font-family: Arial,Helvetica; 
        font-size: 10pt;
}


/* .title controls title text */
.title {
        color: #77AD20;
        font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-variant: normal;
	font-weight: 800; 
        font-size: 18px;
}


/* .18black controls small text */
.18black {
        color: #000000;
        font-family: Verdana, arial, helvetica, sans-serif;
	font-variant: normal;
	font-weight: 800; 
        font-size: 18px
}


/* .12black controls small text */
.12black {
        color: #000000;
        font-family: Verdana, arial, helvetica, sans-serif;
	font-variant: normal;
	font-weight: 400; 
        font-size: 12px
}


/* .front controls the look of page */
.front { 
	clear: left; 
	color: #5F563D; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 12px; 
	font-variant: normal;
	font-weight: 400; 
        text-transform: none;
}


/* .footer controls footer text */
.footer {
        color: #CCCCCC;
        font-family: arial, helvetica, sans-serif;
	font-variant: normal;
	font-weight: 400; 
        font-size: 12px
}


A:link {
	COLOR: #0033cc; TEXT-DECORATION: none
}
A:visited {
	COLOR: #0033cc; TEXT-DECORATION: none
}
A:hover {
	COLOR: #666666; TEXT-DECORATION: underline
}
A:active {
	COLOR: #0066ff; TEXT-DECORATION: underline
}


