How i change the "Access Denied" font from the standard font to the font i want.

If Request.Form("login") = "Sukma" AND Request.Form("password") = "2002" Then
Response.redirect "login.asp"
Else
Response.Write "Access Denied!" <--change this word font


Please help