.title
{
	font-family : "Lucida Calligraphy";
	font-size: large;
	color:#6868ad;
}

.title1
{
	font-family : "Arial";
	font-size : x-small;
	color : #6868ad;
	font-weight : bold;
}

.heading
{
	font-family : "Arial";
	font-size : medium;
	color : #6868ad;
}

.text
{
	font-family : "Arial";
	font-size : x-small;
	color : Black;
}

.buttons
{
	font-family : "Arial";
	font-size : x-small;
	color : #6868ad;
}

.text1
{
	font-family : "Times New Roman";
	font-size : x-small;
	color : Black;
}

.nav2
{
	font-family : Arial;
	font-size: x-small;
	color:#000000;
}

A.nav2:link
{
	font-family:arial;
	font-size: x-small;
	color:#000000;
	text-decoration : underline;
}

A.nav2:visited
{
	font-family:arial;
	font-size: x-small;
	color:#000000;
	text-decoration : underline;
}

A.nav2:active
{
	font-family:arial;
	font-size: x-small;
	color:#000000;
	text-decoration : underline;
}

A.nav2:hover
{
	font-family:arial;
	font-size: x-small;
	color:#2d2d2d;
	text-decoration : underline;
}

