div border: 5px double #000000;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title></title> <style type="text/css"> div { border: 5px double #000000; height: 150px; width: 150px; padding: 10px; margin: 25px; border-right: 1px solid #000000; padding-right: 1px; margin-right: 1px; } </style> </head> <body> <div> <ul class="noindent"> <li>Moby Dick</li> <li>The Red Badge of Courage</li> <li>The Catcher in the Rye</li> </ul> </div> <div> <ul class="noindent"> <li>The Red Queen</li> <li>The Awakening</li> <li>The Scarlet Letter</li> </ul> </div> </body> </html>