/* CSS Document */

body {background-color: #0099cc}
body {margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;}

a:link {color: #ffcc00;}
a:visited {color: #993399;}
a:hover {color: #ff0033;}

h1 {color: #ff9900}
h1 {font-family: Arial}
h1 {font-size: 170%}
h1 {text-align: center}

h2 {color: #ff9900}
h2 {font-family: Arial}
h2 {font-size: 130%}
h2 {text-align: center}

h3 {color: #ff9900}
h3 {font-family: Arial}
h3 {font-size: 70%}
h3 {text-align: left}

p {color: #ff9900}
p {font-family: Arial}
p {font-size: 100%}
p {font-weight: bold}
p (text-align: left)

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #ff9900
}

table th, table td {
  color: #ff9900;
  font-size : 100%;
  font-family : Arial;
}
