
a:active {
	color: #ffff00;
}

a:hover {
	color: #0000ff; 
	font-size: small; 
	font-weight: bold;
}

a:link {
	color: #0000ff;
	position:relative; 
	font-weight: bold;
}

a:visited {
	color: #000099; 
	font-weight: bold;
}

b {
	color:#000000;
	font-size: small;
	background-color: #ffffff;
}

body {
	background: url(back.gif) white;
	background-repeat: repeat;
	background-attachment: fixed;
	color: #000000;
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: xx-small;
}

br {
	text-indent: 5em;
}

h1 { 
  	font-weight: bold; 
	font-size: xx-large;
  	font-family: helvetica, arial; 
  	font-variant: normal;
  	font-style: normal;
  	color: black;
}

p {
	color: #000000;
	font-family: sans-serif;
	font-size: 12pt;
	
}

table {
	border-color: brown;
	border-style: outset;
}

td {
	text-align: center;
}
th {
	background: red;
	color: blue
}









.blinking {
	text-decoration: blink;
}

.heading {
	background-color: #ffffff;
	font-size: xx-large;
	color: blue;
	text-align: center;
}

.heading1 {
	background-color: #ffffff;
	font-size: x-large;
	color: blue;
	text-align: center;
}

.heading2 {
	background-color: #ffffff;
	font-size: larger;
	color:red;
}


.heading3 {
	background-color: #ffffff;
	font-size: large;
	color: #995500;
	text-align: center;
}

.heading4 {
	background-color: #ffffff;
	font-size: small;
	color: #995500;
	text-align: center;
}

.noindent {
	text-indent: 0em;
}

.indent1 {
	text-indent: 1em;
}

.indent2 {
	text-indent: 2em;
}

.indent3 {
	text-indent: 3em;
}

.indent4 {
	text-indent: 4em;
}

.bluetext {
	background-color: #ffffff;
	color: blue
}

.redtext {
	background-color: #ffffff; 
	color: red
}

.greenttext	{
	background-color: #ffffff;
	color: green
}

.righted {
	text-align: right;
}

.centered {
	text-align: center;
}

.copyright {
	font-style: italic;
	text-align: center;
	font-size: x-small;
}