body {
margin-left : 0;
margin-top : 0;
margin-right : 0;
margin-bottom : 0;
font-family : Arial, Verdana, sans-serif;
font-size : 10pt;
background-color : #000;
background-image:   url(background.jpg);
color : #5b5b59;
}
.container {
width : 1000px;
text-align:left;
background-color : #000;
}
a:link {
font-size: 100%;
color: #5b5b59;
text-decoration: none;
font-weight : bold;
}
a:visited {
	font-size: 100%;
	color: #444;
	text-decoration: none;
	font-weight : bold;
}
a:active {
font-size: 100%;
color: #5b5b59;
text-decoration: none;
font-weight : bold;
}
a:hover {
text-decoration: underline;
font-size: 100%;
color: #000;
font-weight : bold;
}
.copyright {
font-size: 76%;
color: #fff;
}
.gianttext {
font-size: 130%;
color: #000;
font-weight : bold;
}
.title {
font-size: 110%;
color: #000;
font-weight : bold;
}
.regular {
color: #5b5b59;
font-size: 86%;
}
.leftcol {
color: #fff;
font-size: 86%;
}
.leftcolbold {
color: #fff;
font-size: 86%;
font-weight : bold;
}

h1 {
color: #000;
font-size: 110%;
font-weight:bold;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;
}
h2 {
color: #5b5b59;
font-size: 95%;
font-weight:bold;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;
}
h3 {
color: #000;
font-size: 95%
font-weight:bold;
margin-bottom : 0;
padding-bottom : 0;
margin-top : 0;
padding-top : 0;
}
hr {
  color: #ccc;
}