<!-- style for body/table text -->
body         { font-family: Verdana; font-size: 8pt; color:#666666 }
td           { font-family: Verdana; font-size: 8pt; color:#666666 }
.title		 { font-family: Verdana; font-size: 8pt; color:#666666; font-weight: bold} <!-- add this classname whenever title formatting require -->

<!-- style for form tags -->
input        { font-family: Verdana; font-size: 8pt; color:#666666; border: 1px solid #a7a7a7}
textarea     { font-family: Verdana; font-size: 8pt; border:1px #a7a7a7 solid; color:#666666}
.text		 { font-family: Verdana; font-size: 8pt; color:#666666;} <!-- add this classname whenever you require text formatting in other form tag -->

<!-- style for link -->
a:link       { font-family: Verdana;  color: #003399; text-decoration: none}
a:visited    { font-family: Verdana;  color: #003399; text-decoration: none}

<!-- NOTE -->
<!-- to edit property and property value refer stock folder -->