/* CSS definition file containing sitestyle stylesheets */
 A { color: #333;
 text-decoration:none;
 }
 A:link { color: #333;
 text-decoration:none;
 }
 A:hover { color: #DA1347;
 text-decoration:none;
 }
 
 body {
	background-image: url(../assets/images/bgB.gif)
}

table {  
 background:#fff;  
 margin-left: auto;
margin-right: auto;

} 

div.container {width:98%; margin:1%; margin-top:0}
  table#table1 {text-align:center; margin-left:auto; margin-right:auto; width:100px;}
  tr,td {text-align:left;}

 .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #323232;
}

