﻿body
{
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image:url('images/bg_sunset.jpg')
	;;background-color: #E0E0E0;
}

h1, h2, h3, h4, h5
{
	text-align: center;
}

h1 
{
	font-size: 150%;
}

h2 
{
  font-size:140%;
}

h3
{
  font-size:130%;
}

h4 
{
  font-size:120%;
}

h5
{
  font-size:110%;
}


p 
{
	font-size: small;
	text-align: left;
}

p.center
{
	font-size: small;
	text-align: center;
}

div.center
{
	text-align: center;
}
div.left
{
	text-align: left;
}
div.right
{
	text-align: right;
}

li
{
  font-size: x-small;
}

.note
{
  font-size: 85%;
  font-style: italic;
}

.platform
{
  font-size: small;
  font-style: italic;
}

.tiny
{
  font-size: xx-small;
}

code
{
  font-size: 90%;
  font-weight: bold;
  font-style: normal;
  font-family: "Lucida Console", Arial, Helvetica, sans-serif;
  padding:0.5em 
}

table 
{
	border-style: none;
	width: 100%;
	border-width: 0%;
	padding: 2px;
	margin: 2px;
}

td 
{
	font-size: small;
	font-weight: normal;
	font-style: normal;
	vertical-align: top;
	text-align: left;
}

td.lightgray
{
	background-color: #EEEEEE;
}

td.palepink
{
	background-color: #F9F7ED;
}

pre
{ 
  font-size:90%;
  font-family: "Lucida Console", Arial, Helvetica, sans-serif;
  padding:0.5em 
}

img 
{
	border-style: none;
}

img.left
{
	border-style: none;
	text-align: left;
}

img.center
{
	border-style: none;
	text-align: center;
}

img.right
{
	border-style: none;
	text-align: right;
}


