<head>
<title>TriTrack StyleSheet</title>
<style type="text/css">
  h1.hack 	{ font-size: small; color: white }
  h1 		{ font-size: x-x-large; color: navy }
  h2 		{ font-size: x-large; text-align: left; margin-bottom: 0 }
  h2.center	{ text-align: center }
  h2.right	{ text-align: right }
  h3 		{ font-size: larger }
  h4		{ font-style: bold; font-size: medium; margin-bottom: 10 }
  h4.under	{ text-decoration: underline }
  h4.indent	{ }
  h4.center	{ text-align: center }
  h4.caption	{ margin-top: -10 }
  
  body 		{ background-image: url(background.jpg);
                background-color: rgb(174,191,245);
		background-repeat: no-repeat; 
		background-position: 100px 200px;
		color: navy }
  body.intro	{ background-image: none }

  a		{ text-decoration: none; font-weight: bold }
  a.plain	{ border: none }
  a.footer      { padding-left: 10; padding-right: 10 }
  a:link	{ color: #500000 }
  a:visited	{ color: #202050 }
  a:hover       { color: green; text-decoration: underline }
  a.ref:hover   { text-decoration: none; color: navy }
  a:active	{ color: teal }

  p		{ text-align: left }
  p.center	{ text-align: center }
  p.right	{ text-align: right }
  p.header	{ margin-left: 0; margin-top: 0; margin-right: 0; 
		background-image: url(headerback.jpg);
		background-color: white;
		background-repeat: repeat-x }
  p.footer 	{ font-size: x-small; margin-left: 150; text-align: center }
  p.caption	{ margin-top: -5px; text-align: center }
  p.right	{ text-alight: right }

  sup 		{ font-size: x-small; vertical-align: super }

  img		{ border: none; margin-bottom: 10px }
  img.first	{ margin-left: 0%; margin-top: 0% }
  img.center	{ float: center }
  img.left 	{ float: left; clear: left; margin-right: 10px }
  img.right 	{ float: right; clear: right; 
		margin-right: 10px; margin-left: 10px }
  img.menu	{ margin-bottom: 0; margin-right: 10 }
  img.stink	{ float: right; clear: right;
                margin-right: 5px; margin-left: 0px }

  LI		{ margin-bottom: 10 }
  LI.indent	{ margin-left: -40 }
  LI.image	{ list-style-image: url(tritrack.gif) }
  UL.plain	{ list-style: none }
  UL.image	{ list-style-image: url(tritrack.gif); margin-bottom: -10;
		margin-left: 40; vertical-align: top }

  hr		{ margin-left: 0% }
  hr.first	{ margin-top: 0 }
  hr.footer	{ margin-top: 30; clear:right }

  table.center	{ margin-left: auto; margin-right: auto; text-align: center }
  table.picture	{ margin-right: 20px }
  td		{ vertical-align: top }
  td.center	{ margin-left: auto; margin-right: auto; text-align: center }
  td.topright	{ text-align: right; margin-top:0 }

</style>
</head>

