﻿P  {}

H1  {}

H2  {}

H3  {}

.Heading
{
	color : Purple;
	font-size : x-large;
	font-style: italic;
	font-weight: bold;
	font-family: times; 
}

.Text
{
	color : Blue;
	font-size: small;
	font-weight:bold;
	font-family: verdana, arial, 'sans serif';	
}

.imessage
{
	color : Navy;
	font-size :  large;
	font-family: times; 
	padding-bottom: 10px;
}

.JukeText
{
	color : Blue;
	font-size: 10px;
	font-weight:normal;
	font-family: verdana, arial, 'sans serif';	
}

A  {
	color : Black;
	font-family: verdana, arial, 'sans serif'; 
	text-decoration : underline;
}

A:Visited  {
	color : Black;
	text-decoration : underline;
}

A:Active  {
	color : Black;
	text-decoration : underline;
}

A:Hover  {
	color : Purple;
	text-decoration : underline;
}

body {
}
