
@charset "UTF-8";

body {
  color: #000000;
  background-color: #b0b0ff;
}
a:link { color: #000090; }
a:visited { color: #0000050; }
a:hover { color: #ffff00; }
a:active { color: #0000ff; } 
img { border: 0px none; } 
div.center { text-align: center; }
div.right { text-align: right; }
div.left { text-align: left; }
p.center { text-align: center; }
p.right { text-align: right; }
p.left { text-align: left; }

