/* Standard css for bridge */

body {
   margin: 10px;
   padding-left: 5px;
   color: #000000;
   background: #EEEEEE;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  
   background-image: url(bgPaperRepeat.jpg);
   background-position: left top;
   padding-top: 1px;
   padding-bottom: 20px;
   font-size: 1.0em;
   position: relative;
   height: 100%;
   background-color: #EEFFCC;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;	
}

div.language {
	float: right;
	position: absolute;
	right: 2px;
	top: 2px;
}

h1 {
	text-align: center;
	font-size: 400%;
	}
	
td.strike {
   text-decoration:line-through;	
}

p.center_big {
	font-size: 200%;
	text-align: center;
	}
	
p.center_small {
	font-size: 70%;
	text-align: center;
	}
	
p.center {
	text-align: center;
}
	
span.red {
  color: red;
}

span.symbol {
  font-family: "Symbol";
}

span.super {
  font-size:80%;
  vertical-align:top;
  margin-right:0.4em;
}

span.sup {
  font-size:80%;
  vertical-align:0.7em;
}
