body
{
  font-family: Arial,sans-serif; 
  font-size: 12pt;
  color: rgb(226,226,240);
  margin-left:8%;
  margin-right:8%;
}

p { font-size: 12pt; }

h1 { font-family:Arial,sans-serif; font-weight:normal; font-size:20pt; color:rgb(198,0,255); } 
h2 { font-family:Arial,sans-serif; font-weight:normal; font-size:17pt; color:rgb(51,153,255); } 
h3 { font-family:Arial,sans-serif; font-weight:normal; font-size:15pt; color:rgb(51,153,255); }
h4 { font-family:Arial,sans-serif; font-weight:normal; font-size:14pt; color:rgb(51,153,255); }

img { border-style: none; }

.tinytext { font-size:8pt; }
.smalltext { font-size:10pt; } 

.large1 { font-size:14pt; }
.large2 { font-size:18pt; }
.large3 { font-size:24pt; } 

.black { color:black }

li { font-family:Arial,sans-serif; font-size:11pt; }
.emphasis { font-style:italic; font-weight:bold; }

a:link { color: #D0D0FF; }
a:active { color: #FFD0D0; }
a:visited { color: #E0A0E0; }
a:hover { color: #FFD000; }

hr { color: rgb(144,144,192); }

table
{ 
  border-style: ridge;
  border-width:8px;
}

td
{
  border-style: solid;
  border-width:2px;
  border-top-color:rgb(144,144,192);
  border-left-color:rgb(144,144,192); 
  border-bottom-color:black;
  border-right-color:black;
}

.noborders
{
  border-style: none;
}


