body {
    padding: 20px;
    background-color: #5F9EB9; 
/*    background-image:url('background.png'); */
    font-family: arial
}
h1,h2,p {
    margin: 0 10px
}
h1 {
    font-size: 200%;
    color: #000000
}
h2 {
    font-size: 150%;
    color: #000000
}
p {
    padding-bottom:1em
}links {
    text-align: center;   
}
p.credits {
    font-size: 80%;    
    text-align: center
}
img {
    display: block; 
    margin-left: auto; 
    margin-right: auto;
    border: none    
}
a {
   color: #5F9EB9;    
}
h2 {
    padding-top: 0.2em
}
div#background {
    margin: 0 10%;
    background: #FFFFFF
}
/* Setting the background for content and color */
b.rtop, b.rbottom {
    display:block;
    background: #5F9EB9
}
/* Setting the corner color, use different color for different layout */
b.rtop b, b.rbottom b {
    display:block;
    height: 1px;
    overflow: hidden;
     background: #FFFFFF
}
/*
   Setting the strip size and background
  color
 */
b.r1 {
    margin: 0 5px
}
b.r2 {
    margin: 0 3px
}
b.r3 {
    margin: 0 2px
}
b.rtop b.r4, b.rbottom b.r4 {
    margin: 0 1px;
    height: 1px
}