@charset "utf-8";

h1 {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 150%;
   background: transparent;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;  
}
h2 {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   background: transparent;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;  
}
a {
	font-weight: bold;
	color: black;
}
a:link, a:visited { 
    color: black; 
}
a:hover, a:focus { 
    color: white;
}

/* HTML and Body styles */

html {
   background: rgb(51, 51, 51) url(../images/cg_back.png);
   font-family: Verdana, Geneva, sans-serif;
   height: 100%;
}
body {
   background: rgb(112, 112, 112);
   box-shadow: black 20px 0px 40px,  black -20px 0px 40px;
   border-left: 3px solid black;
   border-right: 3px solid black;
   margin: 0px auto;
   min-width: 320px;
   max-width: 1020px;  
   width: 100%;
   line-height: 1.2em;
   text-align:center;
}











