/* When you mouse over link color change from blue to red */

A:link, A:visited

{ color: blue; text-decoration: underline; }

A:hover { color: #CC3333; text-decoration: underline; }



/*Choose Option - Botton */

ul.menu2{list-style :none;text-align : center} li.menu2{text-align : center }



a.menu2{ display : block; width :190px;

text-align : center; font-family: Times New Roman, Times, serif; font-style : normal ; font-size : 9pt; font-weight :color

:Blue; text-decoration : none; background-color

:white; padding :1px; border-top : solid none 1px; border-right : solid none 1px;

border-left : solid none 1px; border-bottom : solid none 1px }



a.menu2:hover{

color :#CC3333; background-color :#FFFFFF; border-top : solid none 1px; border-right

: solid none 1px; border-left : solid none 1px; border-bottom : solid none 1px }