﻿body {
    text-align: center;
    COLOR: #000000;
    FONT-WEIGHT: normal;
    TEXT-DECORATION: none;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 13px
}
h1 {
    background-color: #812A79;
    COLOR: #FFDE41;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 18px;
	padding:.2em; 
	margin-bottom: 5px; 
	margin-top: 0; 
	padding-bottom: 0; 
	padding-top: 0; 
}
h2 {
    COLOR: #DBCD6E;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 13px;
	margin-bottom: 0; 
	margin-top: 0; 
	padding-bottom: 0px; 
	padding-top: 0; 
}
p   {
   	margin-bottom: 10px; 
	margin-top: 0; 
	padding-bottom: 0; 
	padding-top: 0; 
}
#container 
{
    /* This is for general centering - see http://www.evolt.org/article/Ten_CSS_tricks_you_may_not_know/17/60369/ */
    
    margin: 0 auto; /* this (i think) gets rid of different centering between ie and moz browsers */
    width: 950px;
    height: 700px;
    text-align: left;
    /* this gets all content within the container to position relative to the container */
    position: relative;
}     
.tinytext 
{
    font-family:Tahoma, Arial, Sans-Serif;
    font-weight:normal;
    font-size:9px;
    color:#000000;
}
A
{
    COLOR: #872175;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: underline;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 13px
}
A:visited
{
    COLOR: #872175;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: underline;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 13px
}
A:hover
{
    COLOR: #872175;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 13px
}

A:active 
{
    COLOR: #872175;
    FONT-WEIGHT:bold;
    TEXT-DECORATION: underline;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 13px
}
A.tinylink
{
    COLOR: #872175;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 9px
}
A.tinylink:872175
{
    COLOR: #009900;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: none;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 9px
}
A.tinylink:hover
{
    COLOR: #872175;
    FONT-WEIGHT: bold;
    TEXT-DECORATION: underline;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 9px
}

A.tinylink:active 
{
    COLOR: #872175;
    FONT-WEIGHT:bold;
    TEXT-DECORATION: none;
	FONT-FAMILY: Tahoma, Arial, Sans-Serif; 
	FONT-SIZE: 9px
}

