#menu {
	font: bold 9px/35px Tahoma;
	color: #333333;
	text-indent: 2px;
	width: 180px;	
}

/* Text settings for all areas of the script */
body {
        margin-left: 0pt;
        margin-right: 0pt;
        margin-top: 0pt;
        margin-bottom: 0pt;
        margin-height: 0pt;
        margin-width: 0pt
        font-align:center;
        font-align:center;
     	text-align: center;
        color:#363535;
        font-size:9pt;
        font-family:arial;
        font-align:center;
        text-decoration: none;
}

/*Standard option for all the links in the script*/
a
{

           color:#000000;
           font-size:9pt;
           text-decoration:underline;
           text-align: center;
}
/*Standard option for all the links in the script*/
a:hover
{          color:red;
           font-size:9pt;
           text-decoration:underline;
           text-align: center;
}
/*Formatting for text inside table cells*/
textarea, option, select,input,tr,td
{
        color:#000000;
        font-size:9pt;
        font-family:arial;
        font-align:center;
        text-decoration: none;

}