ColdFusion Question: How would you format some text using css to be verdana and bold? ColdFusion Interview QuestionAnswer: .myfontclass {font-family: Verdana;font-weight: bold;} Previous QuestionNext QuestionHow would you declare an inline css to format the table with a background color of yellow and give the table cell a right margin of 10 pixels?What is the working process for Application.cfm?