This will add a border to your home page.
Instructions
-Copy and paste in
About Me.
Code:
<style type="text/css">BODY{
border-style:solid;
border-top-width:20px;
border-bottom-width:20px;
border-left-width:20px;
border-right-width:20px;
border-color:000000;}</style>
Screenshot