typedef struct Format { int iFontSize; int iFontWeight; int iFontItalic; int iRed; int iGreen; int iBlue; int iLength; int iID; struct Format *pNext;