@charset "iso-8859-1";
body
{
background-color: Black;
background-image: url("flag.jpg");
background-repeat: no-repeat;
color:white;
text-align:center;
font-family: "Times New Roman";
cursor: url("arrow.cur");
}

h1
{
font-family: "Bradley Hand ITC";
font-size: 56px;
}

h2, h3
{
font-family: "Technical";
}

thead
{
font-size: large;
}

td
{
font-size: 15px;
text-align: left;
align: top;
}

ul
{
list-style-image: url(dot.bmp);
list-style-type: square;
list-style-position: outside;
}

a:link {color: skyblue}     /* unvisited link */
a:visited {color: red}  /* visited link */
a:hover {color: blue; text-decoration: overline underline}   /* mouse over link */
a:active {color: blue}   /* selected link */