.style1 { font-family: Arial, Helvetica, sans-serif; font-size: 36px; color: Yellow; font-weight: bold; } .style2 { font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: Orange; font-weight: bold; } .style3 { font-family: Arial, Helvetica, sans-serif; font-size: 40px; color: white; font-weight: bold; } .style4 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; color: white; font-weight: bold; } .style5 { font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: blue; font-weight: bold; } body { background-image: url(Background 1.jpg); } a:link{ color: white; } a:visited{ color: white; } a:hover{ color: red; } a:active{ color: red; }