/* CSS Document */
body {
	FONT-FAMILY: Verdana, Arial, Helvetica, Sans-serif;
	COLOR: #ff3300;
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
	MARGIN: auto;
	PADDING: 0px;
	background: #000;
}
img,table {
	BORDER: 0px;
}
.Line {
	BACKGROUND-COLOR: inherit;
	padding: 40px;
	COLOR: #fff;
	text-align: center;
}
.center { text-align: center;
}

a:link {
	COLOR: #fff;
	TEXT-DECORATION: none;
}
a:visited {
	COLOR: #fff;
	TEXT-DECORATION: none;
}
a:hover {
	text-decoration: none;
   color: #68C1FF;
}
a:active {
	 text-decoration: none;
   background-color: inherit; 
   color: #fff;
}
.photo { 
  width: 25%;
  text-align: center;
}
