a:link,a:visited,a:active
{
	text-decoration:none;
  color:#6294B9;
  background-color:transparent;
}
a:hover
{
  text-decoration:underline;
	color:#666666;
	background-color:transparent;
}

body 
{
  margin-left:2px;
  margin-top:0;
  margin-bottom:0;
  background-color:#FFFFFF;
  color:#000030
}
      
DIV.outer
{
  position:absolute;
  left:50%;
  top:50%;
  width:300px;
  height:2s0px;
  margin-left:-150px; 
  margin-top:-150px;
  border: 1px dashed blue;
  text-align:center;
}

img
{
  border: 0px solid black;
}
      
      
 
