﻿body
{
	font-size: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: .7px;
	background-color:#FFFFFF;
}

h1 
{
  font-size:150%;
}

h2 
{
  font-size:140%;
}

h3
{
  font-size:130%;
}

h4 
{
  font-size:120%;
}

h5
{
  font-size:110%;
}

p 
{
  font-size:normal;
  letter-spacing: .7px;
}

li
{
  font-size: normal;
  letter-spacing: .7px;
}

.note
{
  font-size: 85%;
  font-style: italic;
}

.platform
{
  font-size: small;
  font-style: italic;
}

.tiny
{
  font-size: 80%;
  font-style:italic
}

code
{
  font-size: 90%;
  font-weight: bold;
  font-style: normal;
  font-family: "Lucida Console", Arial, Helvetica, sans-serif;
  padding:0.5em 
}

tr
{
	margin: 0px;
	padding: 0px;
}

td 
{
	padding: 0px;
	margin: 0px;
	font-size: small;
	font-weight: normal;
	font-style: normal;
}

pre
{ 
  font-size:90%;
  font-family: "Lucida Console", Arial, Helvetica, sans-serif;
  padding:0.5em 
}

table
{
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	border-style: none;
	width: 100%;
	text-indent: 1px;
}

.style1 
{
	border-width: 1px;
}

