body {
  font-family:  "Century Gothic", Arial, Helvetica, sans-serif;
  color: #FFF;
  background-color: #000000; 
  text-align: center;
  font-size: smaller;
  }

a:visited {color: #FFD; }
a:link {color: #FFC; }
a:active { color: #FFC; }
a:hover {color: #FF7; }

div {
  padding: 2px;
  margin: 2px;
  margin-bottom: 8px;
}

td {
	text-align: justify;
	padding: 8px;
	margin: 2px;
	font-size: smaller;
}
h4 {
   color: #EE6;
  	font-size: medium;
 }
.td_left {
	text-align: left;
	padding: 4px;
	font-size: smaller;
}

.td_right {
	text-align: right;
	padding: 4px;
	font-size: smaller;
}
.tr1 {
    background-color: #111;
}
.tr2 {
    background-color: #222;
}
.cel { 
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
 }

.bag1 {
	background: url(./pic/background.png);
}

.bag2 {
  background: url(./pic/back2.png);
}

.Title1 {
font-size: medium;
font-weight: bold;
color: #DDD;
}

.Title2 {
font-size: medium;
font-weight: bold;
background-color: #C00;
}

.Small {
font-size: smaller;
font-weight: normal;
color: #CCC;
}

.numb {
	font-size: 300%;
   font-weight: bold;
	text-align: center;
}

.left { float: left; font-weight: bold; text-align: left; }