Is there a way to set a standard width on pushButtons, as well as fore(font) color, etc in vb?

<asp:dataGrid id="dg" runage="server'>
<columns>
<asp:ButtonColumn CommandName="ID" runat=server DataTextfield="downloadText" buttonType="pushButton" ><itemstyle width="300px" /></asp:ButtonColumn>
<columns>
</asp:datagrid>