This document describes a program for multiple sequence alignment using the star alignment method. The program takes DNA or protein sequences as input, performs pairwise alignments of each sequence to a central sequence, and outputs an alignment scoring matrix and phylogenetic tree showing the evolutionary relationships between the sequences. It was developed in C# using Visual Studio.NET for a graphical user interface. The key program files take input, perform the dynamic programming alignment algorithm, and output XHTML files with the alignment results.