richTextBox1.SelectionFont = new Font(richTextBox1.Font, 
FontStyle.Bold | FontStyle.Underline);
richTextBox1.SelectionColor = Color.Red;