body { background:black; color:PaleGoldenRod; font-size:14px; font-family:Arial,Verdana,Helvetica,Tahoma,"Trebuchet MS",sans-serif; } a { background:black; color:MistyRose; font-size:14px; font-family:Arial,Verdana,Helvetica,Tahoma,"Trebuchet MS",sans-serif; } a[visited] { background:black; color:MistyRose; font-size:14px; font-family:Arial,Verdana,Helvetica,Tahoma,"Trebuchet MS",sans-serif; } h1 { background:black; color:LightGreen; font-size:24px; font-family:Georgia, serif; } h2 { background:black; color:PaleGoldenRod; font-size:20px; font-family:Georgia, serif; } h3 { background:black; color:PeachPuff; font-size:18px; font-family:Georgia,serif; } input[type=text] { background-color:PeachPuff; color:brown; font-size:14px; border-radius:8px; } input[type=submit] { background-color:DarkOliveGreen; color:yellow; font-size:14px; border-radius:8px; } button[type="button"].bhoot { background-color:DarkOliveGreen; color:yellow; font-size:14px; border-radius:8px; } input[type=password] { background-color:gray; color:yellow; font-size:14px; border-radius:8px; } input[type=reset] { background-color:gray; color:white; font-size:14px; border-radius:8px; } textarea { background-color:PeachPuff; color:black; font-size:14px; font-family: Arial,sans-serif; border-radius:14px; } select[type="select"].bhoot { background-color:PeachPuff; color:black; font-size:14px; font-family: Arial,sans-serif; border-radius:14px; }