body {
background: #CACACA url(background.png) repeat-x;
margin: 0px;
padding: 5px;
}

.image {
  background: blue;
  padding: 5px;
}

p,li {
  font-family: Monospace;
  font-size: 15px;
  color: white;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}

h1 {
  font-family: Monospace;
  font-size: 16px;
  color: blue;
  text-align: center;
  text-decoration: none;
  background-color: yellow;
}

h2 {
  font-family: Monospace;
  font-size: 16px;
  color: lime;
  text-align: center;
  text-decoration: underline;
}

h3 {
  font-family: Monospace;
  font-size: 16px;
  color: black;
  text-align: center;
  text-decoration: none;
  background-color: white;
}

a {
  font-family: Monospace;
  font-size: 15px;
  color: red;
  text-decoration: underline;
  
}

a:hover {
  font-family: Monospace;
  font-size: 15px;
  color: red;
  text-decoration: none;

}

.styling2 {
background-color:gray;
color:black;
font: bold 15px Monospace;
padding: 0px;

}

.styling3 {
background-color:silver;
color:black;
font: bold 15px Monospace;
padding: 0px;

}

.styling1 {
background-color:black;
color:red;
font: bold normal 16px Monospace;
padding: 0px;
}

hr {
height: 1px;
background-color: blue;

}

td, th {
  font-family: Monospace;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  
}

.text_5 {  
font-family: Monospace; 
font-size: 15px; 
font-style: normal; 
line-height: normal; 
font-weight: bold; 
font-variant: normal; 
text-transform: none; 
color: black;
}

.curvedBox
{
width:960px;
}
.curvedBox .r1, .curvedBox .r2, .curvedBox .r3, .curvedBox .r4
{
background-color:black;
display:block;
overflow:hidden;
height:1px;
font-size:1px;
}
.curvedBox .r2, .curvedBox .r3, .curvedBox .r4
{
border-width:2px;
border-left:1px solid blue;
border-right:1px solid blue;
}
.curvedBox .r1 {margin:0 6px;}
.curvedBox .r2 {margin:0 3px;}
.curvedBox .r3 {margin:0 2px;}
.curvedBox .r4 {margin:0 1px;height:2px;}

.curvedBox .content
{
background:black;
border-left:1px solid blue;
border-right:1px solid blue;
padding:10px;
} 
