/* CSS Document */

a:link
{
	font-family: arial;
	font-size: 12px;
	color: #0000cc;
	display: block;
	text-decoration:none;
}
a:hover
{
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	color: #FF0099;
	text-decoration: underline;
}
a:visited
{
	font-family: arial;
	font-size: 12px;
	color: #990066;
	text-decoration:none;
}
a:active
{
	font-family: arial;
	font-size: 12px;
	color: #FF0000;	
	text-decoration:none;
}	

body
{
	font-family:Microsoft Sans Serif;
	font-size: 10pt;
	line-height: 1.8em;
	color: black;	
}

myhead
{
	color:Orange;
	font-family:Microsoft Sans Serif;
	font-size: 12pt;	
}

p
{
	color:Black;
	font-family:Microsoft Sans Serif;
	font-size:10;
}

mypara
{
	color:Black;
	font-family:Microsoft Sans Serif;
	font-size: 50pt;	
	text-align:justify;
}

