@import url(../global.css);

body
{
  font-family:Times;
  background-image:url(pic/pastell.jpg);
  background-color:#ffffff;
  color:#000099;
}

a:link { color:#000099; text-decoration:underline; }
a:active { color:#ff0000; text-decoration:underline; }
a:visited { color:#000099; text-decoration:underline; }

h1 { font-size:200%; font-weight:bold}

ul { margin-top:0pt; margin-bottom:0pt; }

li { margin-top:12pt; margin-bottom:12pt; }
