<style type="css/text" media="all">

	body {
		bg-color: #FFFFFF;
		margin: 0px;
		background: url(bjjbg.jpg) fixed center no-repeat;
	}
	a {
		color: blue;
		font-size: inherit;
		text-decotarion: none;
		font-weight: bold;
		white-space: pre;
		border: 0px;
	}
	a:link, a:visited {
		color: blue;
		font-size: inherit;
		text-decoration: none;
		font-weight: bold;
		white-space: pre;
	}
	a:hover, a:active {
		color: darkblue;
		font-size: 125%;
		text-decoration: italic;
		white-space: pre;
	}
	p#links {
		color: blue;
		size: inherit;
		font-weight: bold;
		white-space: pre;
		margin: 0px;
		padding: 0px;
	}
	div.sponsors {
		color: black;
		font-size: 18px;
		margin: 0px;
		padding: 0px;
		border: 0px;
	}
	p#title {
		color: black;
		font-size: 23px;
		margin: 0px;
		padding: 0px;
		text-decoration: italic;
	}
	p#title2 {
		color: black;
		font-size: 20px;
		margin: 0px;
		padding: 0px;
		text-decoration: underline;
	}
	p#register {
		color: black;
		font-size: 18px;
		margin: 0px;
		padding: 0px;
		width: 750px;
	}
	p#subheading {
		color: black;
		font-size: 20px;
		font-weight: bold;
		text-decoration: italic;
		margin: 0px;
		padding: 0px;
	}
	p#smallsubheading {
		color: black;
		font-size: 19px;
		font-weight: bold;
		text-decoration: underline;
		margin: 0px;
		padding: 0px;
	}
	p#text {
		font-size: 18px;
		color: black;
		margin: 0px;
		padding: 0px;
		width: 750px;
	}
	p#text2 {
		font-size: 14px;
		color: black;
		margin: 0px;
		padding: 0px;
		width: 750px;
		font-weight: bold;
		text-decoration: italic;
	}
	p#text3 {
		font-size: 24px;
		color: black;
		margin: 0px;
		padding: 0px;
		width: 750px;
		font-weight: bold;
		text-decoration: italic;
	}
	div.cage {
		align: right;
		float: right;
		height: 275px;
		position: absolute;
	}
	div.header {
		width: 850px;
	}
	table.sponsors {
		width: *;
		border: 0px;
	}
	table.illegal {
		width: 750px;
		border: 1px solid black;
	}
	table.points {
		width: 400px;
		border: 1px solid black;
	}
	table.points tbody td {
		border: 1px solid black;
		text-align: center;
		v-align: middle;
		padding: 0px;
		margin: 0px;
		font-size: 14px;
		color: black;
	}
	table.sponsors tr, td {
		border: 0px;
	}
	ul {
		color: black;
		width: 700px;
		text-align: left;
		font-size: 14px;
	}
	li.square {
		list-style-type: square;
	}
	li.disc {
		list-style-type: disc;
	}
	li.circle {
		list-style-type: circle;
	}
	li.numbers {
		list-style-type: decimal;
	}
	li.none {
		list-style-type: none;
	}

</style>