body{ background-color: black;
font-size: 20px; 
color: white; } 
p { font-size: 30px;  } 
h3{ color: white; }
p.outset {border-style: outset; } 
h5 { border-left-style: groove; 
border-left-color: blue; 
border-left-width: 50px; 
border-bottom-style: ridge; 
border-bottom-color: red; 
border-bottom-width: 25px; }
