/* demo.css */ #p1{ color:rgb(48, 8, 53); font-weight: bold; font-size: medium; } .p1{ color:rgb(5, 10, 75); border:2px outset } #p2{ color:rgb(75, 5, 5); font-weight:bold; font-size: larger; } #p3{ color:rgb(193, 193, 224); font-weight: bold; font-size: larger; } #p4{ color:rgb(193, 224, 200); font-weight: bold; font-size: larger; }